测试环境链接替换,部分问题修复,增加批量退菜功能

This commit is contained in:
2026-07-07 15:26:08 +08:00
parent b93429ed99
commit c001f982b4
29 changed files with 1975 additions and 349 deletions

View File

@@ -40,7 +40,7 @@
</view>
</view>
</view>
<view class="u-flex-1 u-text-center" >
<view class="u-flex-1 u-text-center" @click="toCoupon">
<view class="font-bold color-000 pr-16" >{{data.couponNum||0}}</view>
<view class="u-flex u-row-center" >
<view class="color-999">优惠券</view>
@@ -81,7 +81,11 @@
default:false
}
})
function toCoupon(){
go.to('PAGES_USER_COUPON',{
userId: props.data.id||'',
})
}
function toOrder(){
go.to('PAGES_ORDER_INDEX',{
userId: props.data.userId||'',