|
|
@@ -57,8 +57,8 @@
|
|
|
</view>
|
|
|
<text class="serobName ">{{item1.personName || '未填写'}}</text>
|
|
|
<view class="flex-row justify-center ">
|
|
|
- <u-icon name="rmb-circle" size="14"></u-icon>
|
|
|
- <text class="teachPrice">¥{{item1.fee}}</text>
|
|
|
+<!-- <u-icon name="rmb-circle" size="14"></u-icon>-->
|
|
|
+ <text class="teachPrice">{{item1.fee}}</text>
|
|
|
</view>
|
|
|
<view class="serobV " v-if="item1.select">
|
|
|
<image class="serobVicon" src="/static/order/ud20.png"></image>
|
|
|
@@ -131,7 +131,7 @@
|
|
|
<view class="btn flex-row justify-between">
|
|
|
<view>
|
|
|
<text class="title">待支付</text>
|
|
|
- <text class="num">¥{{price}}</text>
|
|
|
+ <text class="num">{{price}}</text>
|
|
|
</view>
|
|
|
<view class="btnRight" @click="openSetting">
|
|
|
<text>提交</text>
|