订单
This commit is contained in:
parent
b09c50e18b
commit
58986ff80f
@ -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({
|
||||||
|
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user