|
|
@@ -193,7 +193,7 @@ onShow(() => {
|
|
|
|
|
|
console.log("show index>>>>", isLogin.value, state.stationList, state.location)
|
|
|
let locationData = getApp<any>().globalData.location;
|
|
|
- if(isLogin.value) {
|
|
|
+ // if(isLogin.value) {
|
|
|
if (!locationData || !locationData.longitude) {
|
|
|
loadCurrentLocation();
|
|
|
} else {
|
|
|
@@ -201,7 +201,7 @@ onShow(() => {
|
|
|
loadWashStationList();
|
|
|
}
|
|
|
|
|
|
- }
|
|
|
+ // }
|
|
|
|
|
|
loadBannerList();
|
|
|
|