From b1cf7f00316a0eb42b34d89494e14aec2450a5bd Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Thu, 4 Feb 2021 22:38:51 +0800 Subject: [PATCH] 去缓存 --- js/monPay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/monPay.js b/js/monPay.js index 87377ca..24b0144 100644 --- a/js/monPay.js +++ b/js/monPay.js @@ -582,7 +582,7 @@ var webAppClass = { //调用微信内置WeixinJSBridge对象发起支付 weixinJSBridge: function (params) { - function onBridgeReady() { + function onBridgeReady() {userAgent WeixinJSBridge.invoke( 'getBrandWCPayRequest', params, //'getBrandWCPayRequest', { -- libgit2 0.21.4