tianyi 21 hours ago
parent
commit
864be05b5b
  1. 2
      pages/index/index.vue

2
pages/index/index.vue

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

Loading…
Cancel
Save