[更新]修改微信支付demo

This commit is contained in:
邹景立 2017-04-14 17:06:45 +08:00
parent d8fd41de51
commit 34c7bf437e

View File

@ -29,7 +29,7 @@
ret.url = '__STATIC__/theme/default/img/wechat/qrc_payed.jpg';
}
console.log(ret);
$('#showbox').html('<img class="img-thumbnail" src="' + ret.url + '"/>');
$('#showbox').html('<img style="width:300px" class="img-thumbnail" src="' + ret.url + '"/>');
$('#orderno').html('订单号:' + ret.order_no);
});
}