diff --git a/view/molistar/activity/rechargeNew/index.html b/view/molistar/activity/rechargeNew/index.html index c1fca71..fb66747 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 149bba6..c32abd1 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));