mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信支付demo
This commit is contained in:
parent
d8fd41de51
commit
34c7bf437e
@ -29,7 +29,7 @@
|
|||||||
ret.url = '__STATIC__/theme/default/img/wechat/qrc_payed.jpg';
|
ret.url = '__STATIC__/theme/default/img/wechat/qrc_payed.jpg';
|
||||||
}
|
}
|
||||||
console.log(ret);
|
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);
|
$('#orderno').html('订单号:' + ret.order_no);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user