update: 订单总金额使用接口返回的字段,而非前端计算总价格
This commit is contained in:
parent
6e01a07d0d
commit
a9701f4347
@ -673,8 +673,10 @@
|
||||
</view>
|
||||
<view class="m-cell-ft m-total-info">
|
||||
{{__('总金额:')}}
|
||||
<text
|
||||
<!-- <text
|
||||
class="m-total-price">{{sprintf(__('¥%.2f'), store_items.store_amount != null ? store_items.store_amount : store_items.order_money_select_items+store_items.freight+store_items.packing_fee)}}</text>
|
||||
-->
|
||||
<text class="m-total-price">{{ store_items.order_money_select_items }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="(delivery_item_none_row.length > 0)">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user