新增代理展示逻辑
This commit is contained in:
@@ -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);
|
||||
// 处理当前余额
|
||||
|
@@ -4,7 +4,7 @@ langEn = {
|
||||
layerIndex2: `Success`,
|
||||
layerIndex3: `Network error`,
|
||||
text1: `Monthoy recharge`,
|
||||
text2: `rules`,
|
||||
text2: `Rules`,
|
||||
text3: `Day`,
|
||||
text4: `Hour`,
|
||||
text5: `Min`,
|
||||
|
@@ -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:59(GMT+3)。</p>
|
||||
<p>2、每个等级的奖励只能获得一次。</p>
|
||||
<p>3、每轮活动结束后,奖励将自动过期。</p>
|
||||
<p>4、联系客服获取您的唯一ID!</p>
|
||||
<p>5、充值代理不能参加活动。</p>
|
||||
<p>1、充值活動時間:每月1日00:00:00到每月最後一天23:59:59(GMT+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名獲獎者`,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user