优化问题

This commit is contained in:
duan
2024-05-27 13:36:21 +08:00
parent 48b569f49d
commit af720a1bab
5 changed files with 14 additions and 6 deletions

View File

@@ -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')