Commit b1cf7f00316a0eb42b34d89494e14aec2450a5bd
1 parent
ea5b9446
去缓存
Showing
1 changed file
with
1 additions
and
1 deletions
js/monPay.js
... | ... | @@ -582,7 +582,7 @@ var webAppClass = { |
582 | 582 | |
583 | 583 | //调用微信内置WeixinJSBridge对象发起支付 |
584 | 584 | weixinJSBridge: function (params) { |
585 | - function onBridgeReady() { | |
585 | + function onBridgeReady() {userAgent | |
586 | 586 | WeixinJSBridge.invoke( |
587 | 587 | 'getBrandWCPayRequest', params, |
588 | 588 | //'getBrandWCPayRequest', { | ... | ... |