新增微信点击显示

master
chenzhi 5 years ago
parent 85e74a5854
commit 1e0750abca

@ -260,9 +260,11 @@ $(function() {
if ($("#pay_price").data("pay_price") == 0) {
$("#platform_pay").show();
$(".paylist").hide();
$(".showotherpay").hide();
} else {
$("#platform_pay").hide();
$(".paylist").show();
$(".showotherpay").show();
}
$(".showotherpay").on("click",function(){
$("#wxpay").show();

Loading…
Cancel
Save