diff --git a/application/index/view/wap.payqrc.html b/application/index/view/wap.payqrc.html index 599e8d890..6092ee6d1 100644 --- a/application/index/view/wap.payqrc.html +++ b/application/index/view/wap.payqrc.html @@ -33,10 +33,8 @@ if (ret.code === 2) { ret.url = '__STATIC__/theme/default/img/wechat/qrc_payed.jpg'; } - if (ret.code === 1) { - console.log(ret); - $('#showbox').html('<img src="' + ret.url + '"/>'); - } + console.log(ret); + $('#showbox').html('<img src="' + ret.url + '"/>'); $('#orderno').html('订单号:' + ret.order_no); }); }