新增代理展示逻辑

This commit is contained in:
dragon
2024-08-30 14:44:12 +08:00
parent 1b99dc0a90
commit dd95263cb2
3 changed files with 28 additions and 22 deletions

View File

@@ -124,6 +124,12 @@ function getConfig() {
if (res.code === 200) {
wealth = res.data.wealth;
limitWealth = res.data.limitWealth;
// 处理是否我的充值展示
if(res.data.rechargeUser){
$('.myRecharge').hide();
}else{
$('.myRecharge').show();
}
// 处理倒计时
countup(res.data.endTime - res.timestamp);
// 处理当前余额

View File

@@ -4,7 +4,7 @@ langEn = {
layerIndex2: `Success`,
layerIndex3: `Network error`,
text1: `Monthoy recharge`,
text2: `rules`,
text2: `Rules`,
text3: `Day`,
text4: `Hour`,
text5: `Min`,

View File

@@ -2,43 +2,43 @@
langZh = {
// 模塊
demoModule: {
layerIndex1: `中...`,
layerIndex1: `中...`,
layerIndex2: `成功`,
layerIndex3: `网络错误`,
layerIndex3: `網絡錯誤`,
text1: `月度充值`,
text2: `规则`,
text2: `規則`,
text3: ``,
text4: ``,
text5: ``,
text4: ``,
text5: ``,
text6: ``,
text7: `我的充值`,
text8: `前往充值`,
text9: `充值 $10`,
text10: `获得奖励`,
text10: `獲得獎勵`,
text11: `充值 $100`,
text12: `充值 $300`,
text13: `前三名获奖`,
text13: `前三名獲獎`,
text14: `充值 $500`,
text15: `充值 $1000`,
text16: `充值 $3000`,
text17: `规则`,
text17: `規則`,
text18: `
<p>1、充值活动时间每月1日00:00:00到每月最一天23:59:59GMT+3。</p>
<p>2、每个等级的奖励只能得一次。</p>
<p>3、每轮活动结束后,奖励将自动过期。</p>
<p>4、系客服取您的唯一ID</p>
<p>5、充值代理不能加活。</p>
<p>1、充值活動時間每月1日00:00:00到每月最一天23:59:59GMT+3。</p>
<p>2、每個等級的獎勵只能得一次。</p>
<p>3、每輪活動結束後,獎勵將自動過期。</p>
<p>4、系客服取您的唯一ID</p>
<p>5、充值代理不能加活。</p>
`,
text19: `我的月度充值`,
text20: `
<p>1、充值方式包括Google、Apple内购等。</p>
<p>2、充值代理不能加活。</p>
<p>1、充值方式包括Google、Apple內購等。</p>
<p>2、充值代理不能加活。</p>
`,
text21: `制礼`,
text22: `<p>您可以您的特别视频发送给我们的客服,以取定制礼品。</p>`,
text23: ``,
text24: `本活动与苹果无关`,
text25: `本活动与谷歌无关`,
text26: `前3名获奖`,
text21: `製禮`,
text22: `<p>您可以您的特別視頻發送給我們的客服,以取定製禮品。</p>`,
text23: ``,
text24: `本活動與蘋果無關`,
text25: `本活動與谷歌無關`,
text26: `前3名獲獎`,
}
}