门店位置选择初始化

master
gongfuxiang 2023-11-25 18:04:21 +08:00
parent 3ab35bdf9b
commit 0e5bea4368
2 changed files with 11 additions and 0 deletions

View File

@ -134,7 +134,11 @@
    uni.$on('refresh', (data) => {
//
        if((data.location_success || false) == true) {
//
this.user_location_init();
//
this.get_data();
        }
    });

View File

@ -103,7 +103,14 @@ export default {
    uni.$on('refresh', (data) => {
//
        if((data.location_success || false) == true) {
//
this.user_location_init();
//
this.setData({
data_page: 1,
});
this.get_data_list(1);
        }
    });
},