支付宝支付
@@ -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 })
},