平台币 let

master
tping 5 years ago
parent 435ee79e71
commit 650e16df2b

@ -201,8 +201,8 @@
$(".payment_rest_way").click(function(){ $(".payment_rest_way").click(function(){
$(this).children("img").attr("src","__IMG__/pay_way/dagou2.png"); $(this).children("img").attr("src","__IMG__/pay_way/dagou2.png");
$(this).siblings(".payment_rest_way").children("img").attr("src","__IMG__/pay_way/dagou1.png"); $(this).siblings(".payment_rest_way").children("img").attr("src","__IMG__/pay_way/dagou1.png");
let img=$(this).children("div").children("img").attr("src"); var img=$(this).children("div").children("img").attr("src");
let text = $(this).children("div").children("span").text(); var text = $(this).children("div").children("span").text();
//获取支付参数 //获取支付参数
payway = $(this).data("type"); payway = $(this).data("type");
payurl = $(this).data("url"); payurl = $(this).data("url");

Loading…
Cancel
Save