优化问题
This commit is contained in:
@@ -316,8 +316,8 @@
|
||||
orderfoodindex() {
|
||||
uni.pro.navigateTo('index/coupons/index', {
|
||||
orderfood: 0,
|
||||
orderId :this.listinfoid,
|
||||
amount: this.listinfo.amounts
|
||||
|
||||
})
|
||||
},
|
||||
copyHandle(e) {
|
||||
@@ -423,7 +423,7 @@
|
||||
} else {
|
||||
// 判断是否有绑定支付密码
|
||||
// 先判断是否设置支付密码。0是没设置。没设置的情况下跳转到设置页面。有的话输入支付密码
|
||||
let isVip = uni.cache.get('userInfo').isPwd
|
||||
let isVip = uni.cache.get('userInfo').isPwd
|
||||
if (isVip == 0) {
|
||||
uni.pro.navigateTo('/pages/user/repairpassword', {
|
||||
shopId_id: uni.cache.get('shopUser')
|
||||
|
||||
Reference in New Issue
Block a user