diff --git a/v1_5_0_C/payPop.js b/v1_5_0_C/payPop.js index d37a586..619aef7 100644 --- a/v1_5_0_C/payPop.js +++ b/v1_5_0_C/payPop.js @@ -14,7 +14,7 @@ const payPop = { -
+
支付宝支付 @@ -50,7 +50,7 @@ const payPop = { payFunctions() { const us = navigator.userAgent let isSupport = false /* false:支持当前环境 true:不支持当前环境 */ - if (!!us.match(/DingTalk/gi) && this.active !== 2) isSupport = true + if (!!us.match(/DingTalk/gi) && this.active !== 5) isSupport = true if (!!us.match(/weiXin/gi) && this.active !== 1) isSupport = true this.$emit("payfunction", { payType: this.active, isSupport }) },