|
@@ -200,37 +200,6 @@ export default {
|
|
this.initPage();
|
|
this.initPage();
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- // 分享
|
|
|
|
- onShareAppMessage() {
|
|
|
|
- // let mallid = app?.globalData?.mallid
|
|
|
|
- // let mallid = '000'
|
|
|
|
- // let pullVipcode = app?.globalData?.member?.vipcode || null;
|
|
|
|
- // let shareLink = "pages/parkingFee/parkingFee?mallid=" + mallid
|
|
|
|
- // if (pullVipcode) {
|
|
|
|
- // shareLink += '&pullVipcode=' + pullVipcode
|
|
|
|
- // }
|
|
|
|
- // shareLink += '&' + buildShareSource('parking', '')
|
|
|
|
- return {
|
|
|
|
- title: '停车缴费', // 分享标题
|
|
|
|
- imageUrl: '', // 分享图标
|
|
|
|
- path: 'shareLink',
|
|
|
|
- };
|
|
|
|
- },
|
|
|
|
- // 分享
|
|
|
|
- onShareTimeline() {
|
|
|
|
- // let mallid = app?.globalData?.mallid
|
|
|
|
- // let pullVipcode = app.globalData?.member?.vipcode ?? null;
|
|
|
|
- // let shareLink = "pages/parkingFee/parkingFee?mallid=" + mallid
|
|
|
|
- // if (pullVipcode) {
|
|
|
|
- // shareLink += '&pullVipcode=' + pullVipcode
|
|
|
|
- // }
|
|
|
|
- // shareLink += '&' + buildShareSource('parking', '')
|
|
|
|
- return {
|
|
|
|
- title: '停车缴费', // 分享标题
|
|
|
|
- imageUrl: '', // 分享图标
|
|
|
|
- path: 'shareLink',
|
|
|
|
- };
|
|
|
|
- },
|
|
|
|
async created(params) { },
|
|
async created(params) { },
|
|
mounted() {
|
|
mounted() {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
@@ -238,7 +207,7 @@ export default {
|
|
title: '临时停车',
|
|
title: '临时停车',
|
|
});
|
|
});
|
|
}, 300);
|
|
}, 300);
|
|
- this.getParkInfo();
|
|
|
|
|
|
+ // this.getParkInfo();
|
|
if (this.openid) {
|
|
if (this.openid) {
|
|
// this.openId = this.openid;
|
|
// this.openId = this.openid;
|
|
this.getParkInfo();
|
|
this.getParkInfo();
|