发布版本 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 = ''; let childId = '';
if (this.selectFirst == 99999999) { if (this.selectFirst == 99999999) {
childId = ''; childId = '';
@ -353,7 +356,8 @@
longitude: this.longitude, longitude: this.longitude,
latitude: this.latitude latitude: this.latitude
} }
getMapStore(datas).then(res => { getMapStore(datas).then(res => {
uni.hideLoading();
if (res.return_code == '000000') { if (res.return_code == '000000') {
this.marker = res.return_data this.marker = res.return_data
} else { } else {

@ -203,7 +203,7 @@
}, },
jumpcdx() { jumpcdx() {
location.href = 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() { doShare() {
let that = this; let that = this;
if (app.globalData.accountType == '0000012&key') { 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 { } 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 theUrl = window.location.href.split('#')[0];
let datas = { let datas = {
@ -234,7 +234,7 @@
// title: '', // // title: '', //
// desc: '', // // desc: '', //
// link: that.shareLink, // // link: that.shareLink, //
// imgUrl: 'https://hsgcs.dctpay.com/filesystem/wxApplets/logo.png', // // imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', //
// success: function(res) { // success: function(res) {
// // // //
// uni.showToast({ // uni.showToast({
@ -256,7 +256,7 @@
title: '分享朋友圈,立获大额优惠券', // title: '分享朋友圈,立获大额优惠券', //
desc: '分享朋友圈,立获大额优惠券', // desc: '分享朋友圈,立获大额优惠券', //
link: that.shareLink, // link: that.shareLink, //
imgUrl: 'https://hsgcs.dctpay.com/filesystem/wxApplets/logo.png', // imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', //
success: function(res) { success: function(res) {
// //
uni.showToast({ uni.showToast({

Loading…
Cancel
Save