修改月充值活动1w档位定制头饰弹框文案不对问题

This commit is contained in:
chenruiye
2025-04-09 16:27:31 +08:00
parent cd0fb0636c
commit fd10061fe1
2 changed files with 2 additions and 2 deletions

View File

@@ -310,7 +310,7 @@
<div class="rewardImg">
<div class="ts" id="txTop10000"></div>
<img src="./images/bo.png" alt="" class="bo">
<img src="./images/why.png" alt="" class="why">
<img src="./images/why.png" alt="" class="why" id="recharge10000_why">
<img src="./images/why.png" alt="" class="why why2">
</div>
<!-- 前三标题 -->

View File

@@ -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));