订单逻辑修改
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
if (uni.cache.get('shopId') && uni.cache.get('token')) {
|
||||
if ( this.shopInfo.isVip == 0 ) {
|
||||
uni.pro.navigateTo('member/memberdetails', {
|
||||
shopId_id: uni.cache.get('shopId')
|
||||
shopId: uni.cache.get('shopId')
|
||||
})
|
||||
} else {
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user