增加餐位费和打包费额外判断

This commit is contained in:
2024-10-28 13:50:54 +08:00
parent c05a9ff000
commit b31a908609
2 changed files with 4 additions and 2 deletions

View File

@@ -46,6 +46,7 @@
</view>
<view class="u-flex color-999 u-font-24">
<view class="u-m-r-20" v-if="item.payType=='vipPay'">
<text class="u-m-r-4">{{user.telephone||user.nickName}}</text>
<text>余额</text>
<text>{{user.amount||'0'}}</text>
</view>
@@ -194,6 +195,7 @@
type: data.id ? 0 : 1 //0 设置 1 取消
}).then(res=>{
user.value = data
order.userId=data.id
})
})
}