订单页面调整

This commit is contained in:
曹磊 2024-07-22 11:34:43 +08:00
parent c2998480fc
commit 8e29934b65
2 changed files with 4 additions and 2 deletions

View File

@ -265,6 +265,7 @@
<view class="value-font" style="font-weight: bold;"><text>{{order.addMoney}}</text></view>
</view>
</view>
<view class="jusitify-line-end"></view>
<view class="justify-title-nav">
<view class="justify-title">费用明细</view>
<view class="justify-title-nav-bor"></view>
@ -469,6 +470,7 @@
<view class="value-font" style="font-weight: bold;"><text>{{order.addMoney}}</text></view>
</view>
</view>
<view class="jusitify-line-end"></view>
<view class="justify-title-nav">
<view class="justify-title">费用明细</view>
<view class="justify-title-nav-bor"></view>
@ -531,7 +533,7 @@
class="btns">
充值
</u-button>
<u-button
<u-button v-if="order.earlyFinishReason==null"
shape="circle" :plain="true"
@click="toggle('center',order)"
class="btns">

View File

@ -160,7 +160,7 @@
<view @click="goToushu('/my/order/complain?ordersId='+item.ordersId + '&byUserId=' + item.artificerUserId + '&byuserName=' + item.artificerName)" class="gengduoBtn">
去投诉
</view>
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
<view v-if="item.earlyFinishReason==null" @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
提前结束
</view>
<!-- <u-button :custom-style="customStyle1" shape="circle" :plain="true"