Merge branch 'dev' into yj-dev

# Conflicts:
#	pages/tabBar/home/home.vue
解决冲突
yj-dev
杨杰 2 years ago
commit ab5302d11c
  1. 113
      pages/tabBar/home/home.vue
  2. 3
      subPages/recharge-centre/recharge-centre.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%;
}
}
</style>
</style>

@ -338,7 +338,8 @@
.popImg {
width: 100%;
height: 430px;
height: 100%;
min-height: 430px;
}
.swiperHead {

Loading…
Cancel
Save