This commit is contained in:
zmj 2023-11-29 15:14:03 +08:00
parent b09c50e18b
commit 58986ff80f
2 changed files with 5 additions and 1 deletions

View File

@ -337,6 +337,8 @@
qrqodeFn() {
// uni.navigateBack()
// return
let that = this
console.log(6666)
uni.scanCode({

View File

@ -315,6 +315,8 @@
// this.getUserIndex()
// this.getIndexList()
let user_id = JSON.parse(uni.getStorageSync("USER_INFO")).id
this.getOrderList();
console.log("show")
getAreaManagerApi({
user_id
}).then(res => {
@ -335,7 +337,6 @@
this.initUserInfo();
this.showToask();
// this.initOaHomeDada();
this.getOrderList();
//#ifdef APP-PLUS
this.noticeFn();
// #endif
@ -434,6 +435,7 @@
// courier_id: 167
});
this.orderList = res.data.data;
console.log("获取列表")
},
goOrderList() {
uni.navigateTo({