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() { qrqodeFn() {
// uni.navigateBack()
// return
let that = this let that = this
console.log(6666) console.log(6666)
uni.scanCode({ uni.scanCode({

View File

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