Explorar o código

Merge pull request #586 from tron/lock/release-3.17.0/KIP-18408

Lock/release 3.17.0/kip 18408
John-Hong hai 9 meses
pai
achega
4a87894273
Modificáronse 1 ficheiros con 10 adicións e 1 borrados
  1. 10 1
      src/pages/parkingFeeV2/mixins/parkingFee.js

+ 10 - 1
src/pages/parkingFeeV2/mixins/parkingFee.js

@@ -1337,7 +1337,16 @@ export default {
           break
           case 'FIND_CAR': // 反向寻车
           if (this.mallId === '8a888bfd816101980181a969f513019c') {
-            this.findcarFZ()
+            console.log('isAlipay:::', isAlipay())
+            if (!isAlipay()) {
+              this.$dialog({
+                title: '温馨提示',
+                message: '支付宝当前无反向寻车,请前往微信,谢谢!',
+                confirmButtonColor: this.$theme[this.theme].primaryColor
+              })
+            } else {
+              this.findcarFZ()
+            }
           } else {
             console.log('反向寻车', this.portalsByLbsInfo)
           this.$router.push({path: 'parkingFindCarFirst', query: this.portalsByLbsInfo});