diff --git a/application/index/view/wap.payqrc.html b/application/index/view/wap.payqrc.html index ba63e5043..599e8d890 100644 --- a/application/index/view/wap.payqrc.html +++ b/application/index/view/wap.payqrc.html @@ -34,6 +34,7 @@ ret.url = '__STATIC__/theme/default/img/wechat/qrc_payed.jpg'; } if (ret.code === 1) { + console.log(ret); $('#showbox').html(''); } $('#orderno').html('订单号:' + ret.order_no);