From 7da35de2c0c3a9bd941fef67570373bd2c089a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 14 Apr 2017 17:02:23 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E6=94=AF=E4=BB=98demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/wap.payqrc.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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(''); - } + console.log(ret); + $('#showbox').html(''); $('#orderno').html('订单号:' + ret.order_no); }); }