|
@@ -1239,6 +1239,31 @@ export default {
|
|
console.log('getPortalsByLbs', e)
|
|
console.log('getPortalsByLbs', e)
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+// 小程序AppID:wxc0d8a780faa4eaa6
|
|
|
|
+
|
|
|
|
+// 小程序原始Id:gh_5e52a25d8b33
|
|
|
|
+
|
|
|
|
+// 小程序路径:pages/index/index?regionId=16631444069729358&beaconUUID=AB8190D5-D11E-4941-ACC4-42F30510B408
|
|
|
|
+ findcarFZ (){
|
|
|
|
+ // if (this.isQHKC()) {
|
|
|
|
+ wx.miniProgram.navigateTo({
|
|
|
|
+ url: `../package-parkingFee/findCar?mallId=${encodeURIComponent(
|
|
|
|
+ this.mallId
|
|
|
|
+ )}`,
|
|
|
|
+ complete: function (res) {
|
|
|
|
+ console.log('回调::', res)
|
|
|
|
+ },
|
|
|
|
+ success: function (res) {
|
|
|
|
+ console.log('跳转成功::', res)
|
|
|
|
+ },
|
|
|
|
+ fail: function (err) {
|
|
|
|
+ console.log('跳转失败::', res)
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ // this.$router.back()
|
|
|
|
+ return
|
|
|
|
+ // }
|
|
|
|
+ },
|
|
async menuToPage(type) {
|
|
async menuToPage(type) {
|
|
let query = {}
|
|
let query = {}
|
|
switch (type){
|
|
switch (type){
|
|
@@ -1311,8 +1336,12 @@ export default {
|
|
this.$router.push({path: 'parkingRights', query: this.portalsByLbsInfo});
|
|
this.$router.push({path: 'parkingRights', query: this.portalsByLbsInfo});
|
|
break
|
|
break
|
|
case 'FIND_CAR': // 反向寻车
|
|
case 'FIND_CAR': // 反向寻车
|
|
- console.log('反向寻车', this.portalsByLbsInfo)
|
|
|
|
|
|
+ if (this.mallId === '8a888bfd816101980181a969f513019c') {
|
|
|
|
+ this.findcarFZ()
|
|
|
|
+ } else {
|
|
|
|
+ console.log('反向寻车', this.portalsByLbsInfo)
|
|
this.$router.push({path: 'parkingFindCarFirst', query: this.portalsByLbsInfo});
|
|
this.$router.push({path: 'parkingFindCarFirst', query: this.portalsByLbsInfo});
|
|
|
|
+ }
|
|
break
|
|
break
|
|
}
|
|
}
|
|
}
|
|
}
|