位置选择优化

master
gongfuxiang 2023-11-25 18:17:28 +08:00
parent 0e5bea4368
commit 29e7df6637
2 changed files with 8 additions and 2 deletions

View File

@ -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
        }
    });

View File

@ -136,9 +136,10 @@
        if((data.location_success || false) == true) {
//
this.user_location_init();
//
// #ifdef APP
this.get_data();
// #endif
        }
    });