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