支付方式优化,外带订单去除table参数
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<view class="card_bom_item" @click="itemClick(1)">
|
||||
<text>{{shopUserInfo.amount || '0.00'}}</text><text>储值</text>
|
||||
</view>
|
||||
<view class="card_bom_item">
|
||||
<view class="card_bom_item" @click="itemClick(2)">
|
||||
<text>{{shopUserInfo.accountPoints || '0'}}</text><text>积分</text>
|
||||
</view>
|
||||
<view class="card_bom_item" @click="itemClick(3)">
|
||||
@@ -134,6 +134,11 @@
|
||||
shopId: this.shopId,
|
||||
type: 'index',
|
||||
})
|
||||
} else if ( type == 2 ) {
|
||||
uni.pro.navigateTo('/pagesPoints/index/index', {
|
||||
shopId: this.shopId,
|
||||
type: 'member',
|
||||
})
|
||||
} else if ( type == 3 ) {
|
||||
uni.pro.navigateTo('user/coupon', {
|
||||
shopId: this.shopId,
|
||||
|
||||
Reference in New Issue
Block a user