diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index 791c670..1b6428d 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -209,12 +209,45 @@ isdisplay: true //是否展示 }; }, + onShow() { this.homeCateList = []; if (app.globalData.cityName != '') { this.city = app.globalData.qianzhuCityName; this.getCmsContentcmsContent(); } + // #ifdef H5 + // uni.getStorage({ + // key: 'accountId', + // success(e) { + // if (e.data) { + // app.globalData.accountId = e.data; + // } + // } + // }) + // uni.getStorage({ + // key: 'gasKey', + // success(e) { + // if (e.data) { + // app.globalData.gasKey = e.data; + // } + // } + // }) + // uni.getStorage({ + // key: 'staffCode', + // success(e) { + // if (e.data) { + // if (app.globalData.accountId == '000001&key' || app.globalData.accountId == + // '000000&gasKey' || app.globalData.accountId == '000009&key' || app.globalData + // .accountId == '0000010&key') { + // app.globalData.staffCode = e.data; + // } else { + // app.globalData.mchId = e.data; + // } + // } + // } + // }) + // #endif }, onLoad(options) { let that = this; @@ -235,45 +268,48 @@ }) }, }) - // #endif //定位 that.postionIng(); + // #endif // #ifdef H5 - // uni.showLoading({ - // title: '加载中' - // }) - // var geolocation = new qq.maps.Geolocation('7UMBZ-HFEHX-HSD4Q-Z3QY6-OQKN7-2QBDB', "嗨森逛"); - // // 回调的第一次参数为成功后具体的位置信息 - // geolocation.getLocation( - // res => { - // uni.hideLoading(); - // app.globalData.latitude = res.lat; - // app.globalData.longitude = res.lng; - - // uni.setStorage({ - // key: "latitude", - // data: res.lat - // }) - - // uni.setStorage({ - // key: "longitude", - // data: res.lng - // }) - // that.findByLatAndLng(res.lng, res.lat); - // }, - // err => { - // uni.hideLoading(); - // uni.showModal({ - // title: '获取定位权限失败,默认城市重庆市', - // content: '请确定手机定位已打开,并且当前浏览器允许获取定位,都开启后请刷新页面。' - // }) - // that.city = '重庆市'; - // app.globalData.cityName = '重庆市'; - // app.globalData.cityId = '500000'; - // that.getCmsContentcmsContent(); - // that.getCmsAactibity(); - // } - // ); + // if (app.globalData.h5code) { + // that.getH5AccessToken(); + // } + uni.showLoading({ + title: '加载中' + }) + var geolocation = new qq.maps.Geolocation('7UMBZ-HFEHX-HSD4Q-Z3QY6-OQKN7-2QBDB', "嗨森逛"); + // 回调的第一次参数为成功后具体的位置信息 + geolocation.getLocation( + res => { + uni.hideLoading(); + app.globalData.latitude = res.lat; + app.globalData.longitude = res.lng; + + uni.setStorage({ + key: "latitude", + data: res.lat + }) + + uni.setStorage({ + key: "longitude", + data: res.lng + }) + that.findByLatAndLng(res.lng, res.lat); + }, + err => { + uni.hideLoading(); + uni.showModal({ + title: '获取定位权限失败,默认城市重庆市', + content: '请确定手机定位已打开,并且当前浏览器允许获取定位,都开启后请刷新页面。' + }) + that.city = '重庆市'; + app.globalData.cityName = '重庆市'; + app.globalData.cityId = '500000'; + that.getCmsContentcmsContent(); + that.getCmsAactibity(); + } + ); // #endif uni.getStorage({ key: "user", @@ -735,7 +771,8 @@ .popImg { width: 100%; - height: 430px; + height: 100%; + min-height: 430px; } .h5xfimg { @@ -978,4 +1015,4 @@ border-radius: 50%; } } - \ No newline at end of file + diff --git a/subPages/recharge-centre/recharge-centre.vue b/subPages/recharge-centre/recharge-centre.vue index 5cb4d9c..ab45ca1 100644 --- a/subPages/recharge-centre/recharge-centre.vue +++ b/subPages/recharge-centre/recharge-centre.vue @@ -338,7 +338,8 @@ .popImg { width: 100%; - height: 430px; + height: 100%; + min-height: 430px; } .swiperHead {