订单相关修改提测

This commit is contained in:
GaoHao
2024-09-09 11:08:04 +08:00
parent c2ff506543
commit 2dbcdf4300
45 changed files with 1377 additions and 3506 deletions

View File

@@ -31,7 +31,7 @@
},
methods: {
clickdistrict(item) {
console.log(item,'调试')
// console.log(item,'调试')
switch (item.jumpType) {
case 'absolute':
uni.pro.navigateTo('webview/webview', {
@@ -52,7 +52,7 @@
if (!uni.utils.pluschooseImage()) {
return false
}
// #ifdef APP || MP-WEIXIN
// #ifdef APP || MP-WEIXIN || MP-ALIPAY
uni.scanCode({
success: (res) => {
let tableCode = this.getQueryString(decodeURIComponent(res.result), 'code')
@@ -60,9 +60,13 @@
if (tableCode) {
uni.pro.navigateTo('order_food/order_food')
}
},
fail:( res) =>{
console.log(res)
}
});
// #endif
break;
}
},