diff --git a/pages/extraction-address/extraction-address.vue b/pages/extraction-address/extraction-address.vue index 2a421f46..f92f220e 100644 --- a/pages/extraction-address/extraction-address.vue +++ b/pages/extraction-address/extraction-address.vue @@ -104,7 +104,12 @@ export default {     uni.$on('refresh', (data) => { // 初始位置数据         if((data.location_success || false) == true) { - this.user_location_init(); + // 用户位置初始化 + this.user_location_init(); + // 重新请求数据 + // #ifdef APP + this.init(); + // #endif         }     }); diff --git a/pages/plugins/realstore/index/index.vue b/pages/plugins/realstore/index/index.vue index ebe12893..97b5a515 100644 --- a/pages/plugins/realstore/index/index.vue +++ b/pages/plugins/realstore/index/index.vue @@ -136,9 +136,10 @@         if((data.location_success || false) == true) { // 用户位置初始化 this.user_location_init(); - // 重新请求数据 + // #ifdef APP this.get_data(); + // #endif         }     });