发布版本 5月8号

上线实物
上线商户地图可视化
master
杨杰 2 years ago
parent 8554687730
commit b1eddaaa65
  1. 8
      pages/tabBar/category/category.vue
  2. 2
      pages/welcome/welcome.vue
  3. 8
      subPages/shareCounpon/shareCounpon.vue

@ -338,7 +338,10 @@
})
},
//
getMapStore() {
getMapStore() {
uni.showLoading({
title: '加载中...'
})
let childId = '';
if (this.selectFirst == 99999999) {
childId = '';
@ -353,7 +356,8 @@
longitude: this.longitude,
latitude: this.latitude
}
getMapStore(datas).then(res => {
getMapStore(datas).then(res => {
uni.hideLoading();
if (res.return_code == '000000') {
this.marker = res.return_data
} else {

@ -203,7 +203,7 @@
},
jumpcdx() {
location.href =
'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa075e8509802f826&redirect_uri=https%3A%2F%2Fhsgcs.dctpay.com%2FhsgH5%2Findex.html%23%2F&response_type=code&scope=snsapi_base&state=1#wechat_redirect';
'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa075e8509802f826&redirect_uri=https%3A%2F%2Fhsg.dctpay.com%2FhsgH5%2Findex.html%23%2F&response_type=code&scope=snsapi_base&state=1#wechat_redirect';
},
}
}

@ -209,9 +209,9 @@
doShare() {
let that = this;
if (app.globalData.accountType == '0000012&key') {
that.shareLink = 'https://hsgcs.dctpay.com/hsgH5?accountId=0000013&key=&code=' + that.orderNo;
that.shareLink = 'https://hsg.dctpay.com/hsgH5?accountId=0000013&key=&code=' + that.orderNo;
} else {
that.shareLink = 'https://hsgcs.dctpay.com/hsgH5?accountId=0000014&key=&code=' + that.qrCodeSn;
that.shareLink = 'https://hsg.dctpay.com/hsgH5?accountId=0000014&key=&code=' + that.qrCodeSn;
}
let theUrl = window.location.href.split('#')[0];
let datas = {
@ -234,7 +234,7 @@
// title: '', //
// desc: '', //
// link: that.shareLink, //
// imgUrl: 'https://hsgcs.dctpay.com/filesystem/wxApplets/logo.png', //
// imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', //
// success: function(res) {
// //
// uni.showToast({
@ -256,7 +256,7 @@
title: '分享朋友圈,立获大额优惠券', //
desc: '分享朋友圈,立获大额优惠券', //
link: that.shareLink, //
imgUrl: 'https://hsgcs.dctpay.com/filesystem/wxApplets/logo.png', //
imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', //
success: function(res) {
//
uni.showToast({

Loading…
Cancel
Save