diff --git a/Application/Sdk/View/default/UserH/platform_pay.html b/Application/Sdk/View/default/UserH/platform_pay.html index aeb03ca6..ed20839a 100644 --- a/Application/Sdk/View/default/UserH/platform_pay.html +++ b/Application/Sdk/View/default/UserH/platform_pay.html @@ -201,8 +201,8 @@ $(".payment_rest_way").click(function(){ $(this).children("img").attr("src","__IMG__/pay_way/dagou2.png"); $(this).siblings(".payment_rest_way").children("img").attr("src","__IMG__/pay_way/dagou1.png"); - let img=$(this).children("div").children("img").attr("src"); - let text = $(this).children("div").children("span").text(); + var img=$(this).children("div").children("img").attr("src"); + var text = $(this).children("div").children("span").text(); //获取支付参数 payway = $(this).data("type"); payurl = $(this).data("url");