|
@@ -88,7 +88,6 @@ var hlbWechatMixin = function () {
|
|
|
var _this = this;
|
|
|
if(response.code === 0){
|
|
|
var PayInfo = JSON.parse(response.data.rt10_payInfo);
|
|
|
- _this.isSubMitStatus=false;
|
|
|
if (typeof WeixinJSBridge == "undefined"){
|
|
|
if( document.addEventListener ){
|
|
|
document.addEventListener('WeixinJSBridgeReady', hlb_onBridgeReady, false);
|
|
@@ -99,6 +98,7 @@ var hlbWechatMixin = function () {
|
|
|
}else{
|
|
|
_this.hlb_onBridgeReady(PayInfo);
|
|
|
}
|
|
|
+ _this.isSubMitStatus=false;
|
|
|
}else{
|
|
|
CAIMEI.dialog("支付链接已失效,请重新扫码支付");
|
|
|
_this.isSubMitStatus=false;
|