视屏
This commit is contained in:
@@ -304,7 +304,7 @@
|
|||||||
v-if="orderContet.orderStatus == 0"
|
v-if="orderContet.orderStatus == 0"
|
||||||
>
|
>
|
||||||
<text class="price"
|
<text class="price"
|
||||||
>合计:
|
>合计:
|
||||||
|
|
||||||
<text class="total">¥{{ orderContet.realMoney }}</text>
|
<text class="total">¥{{ orderContet.realMoney }}</text>
|
||||||
</text>
|
</text>
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
<template slot="leftSlot" slot-scope="slotProps">
|
<template slot="leftSlot" slot-scope="slotProps">
|
||||||
<view class="price_box order_bottom_box">
|
<view class="price_box order_bottom_box">
|
||||||
<text class="price"
|
<text class="price"
|
||||||
>合计:
|
>合计:
|
||||||
|
|
||||||
<text class="total">¥{{ dataInfo.lastFee }}</text>
|
<text class="total">¥{{ dataInfo.lastFee }}</text>
|
||||||
</text>
|
</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user