From 932dec01938e5d936ec90d688bc43a320ba9637f Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Wed, 9 Apr 2025 16:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=88=E5=85=85=E5=80=BC?= =?UTF-8?q?=E6=B4=BB=E5=8A=A81w=E6=A1=A3=E4=BD=8D=E5=AE=9A=E5=88=B6?= =?UTF-8?q?=E5=A4=B4=E9=A5=B0=E5=BC=B9=E6=A1=86=E6=96=87=E6=A1=88=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/activity/rechargeNew/index.html | 2 +- view/molistar/activity/rechargeNew/js/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/molistar/activity/rechargeNew/index.html b/view/molistar/activity/rechargeNew/index.html index c1fca71d..fb667472 100644 --- a/view/molistar/activity/rechargeNew/index.html +++ b/view/molistar/activity/rechargeNew/index.html @@ -310,7 +310,7 @@
- +
diff --git a/view/molistar/activity/rechargeNew/js/index.js b/view/molistar/activity/rechargeNew/js/index.js index 149bba69..c32abd11 100644 --- a/view/molistar/activity/rechargeNew/js/index.js +++ b/view/molistar/activity/rechargeNew/js/index.js @@ -241,7 +241,7 @@ $('.recharge10000 .content .rewardImg .why2').click(function () { bodyScroolFun(true); }) // 打开10000座驾弹窗 -$('.recharge10000 .content .rewardImg .why').click(function () { +$('.recharge10000 .content .rewardImg #recharge10000_why').click(function () { $('.pub .pub_in .centent').addClass('myRechargeTextWhy'); $('.pub .pub_in .title').html(langReplace(localLang.demoModule.carTitle)); $('.pub .pub_in .centent').html(langReplace(localLang.demoModule.carText));