测试环境链接替换,部分问题修复,增加批量退菜功能
This commit is contained in:
@@ -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||'',
|
||||
|
||||
Reference in New Issue
Block a user