订单
This commit is contained in:
parent
b09c50e18b
commit
58986ff80f
@ -337,6 +337,8 @@
|
||||
|
||||
|
||||
qrqodeFn() {
|
||||
// uni.navigateBack()
|
||||
// return
|
||||
let that = this
|
||||
console.log(6666)
|
||||
uni.scanCode({
|
||||
|
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user