tianyi 19 hours ago
parent
commit
864be05b5b
  1. 4
      pages/index/index.vue

4
pages/index/index.vue

@ -904,7 +904,9 @@
that.searchForm.workerId = uni.getStorageSync('worker') ? uni.getStorageSync('worker').workerId : '' that.searchForm.workerId = uni.getStorageSync('worker') ? uni.getStorageSync('worker').workerId : ''
// //
// this.getUserLocation(); // this.getUserLocation();
this.getUserOrders(); if(uni.getStorageSync('hiver_token')){
this.getUserOrders();
}
if (!uni.getStorageSync('area')) { if (!uni.getStorageSync('area')) {
this.checkArea() this.checkArea()
} else { } else {

Loading…
Cancel
Save