From 1e0750abcab285e2c0aa0495654b201f41e339c1 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Mon, 4 Nov 2019 15:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=AE=E4=BF=A1=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/View/default/Spend/pay_way.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Sdk/View/default/Spend/pay_way.html b/Application/Sdk/View/default/Spend/pay_way.html index ed99fa87..d9eb7b8a 100644 --- a/Application/Sdk/View/default/Spend/pay_way.html +++ b/Application/Sdk/View/default/Spend/pay_way.html @@ -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();