门店搜索位置选择

master
gongfuxiang 2023-11-25 17:55:43 +08:00
parent 323945a26a
commit 3ab35bdf9b
1 changed files with 9 additions and 0 deletions

View File

@ -97,6 +97,15 @@ export default {
onShow() {
//
this.user_location_init();
//
uni.$off('refresh');
// 
    uni.$on('refresh', (data) => {
//
        if((data.location_success || false) == true) {
this.user_location_init();
        }
    });
},
//