diff --git a/view/molistar/modules/dailyConsumption/js/index.js b/view/molistar/modules/dailyConsumption/js/index.js index b9280f21..5a642d00 100644 --- a/view/molistar/modules/dailyConsumption/js/index.js +++ b/view/molistar/modules/dailyConsumption/js/index.js @@ -206,9 +206,9 @@ function countup(leftTime) { m = getzf(Math.floor(leftTime / 1000 / 60 % 60)); s = getzf(Math.floor(leftTime / 1000 % 60)); //將倒計時賦值到div中 - $('.header .time .hour b').text(h); - $('.header .time .min b').text(m); - $('.header .time .sec b').text(s); + $('.header .timeBox .hour b').text(h); + $('.header .timeBox .min b').text(m); + $('.header .timeBox .sec b').text(s); } else { getConfig(); } diff --git a/view/molistar/modules/dailyConsumption/local/en.js b/view/molistar/modules/dailyConsumption/local/en.js index 9483f0ea..c4fc3584 100644 --- a/view/molistar/modules/dailyConsumption/local/en.js +++ b/view/molistar/modules/dailyConsumption/local/en.js @@ -38,20 +38,20 @@ langEn = {

`, arRule: ` -

- 1. 活動時間:每日 0:00-23:59(GMT+3)。
- 2. 每日計算您在平台上的消費,送 1 枚金幣禮物 = 1 枚金幣價值;1 枚金幣幸運禮物 = 0.05 枚金幣價值。
- 3. 當您達到相應級別時,您將獲得相應級別的獎勵。
-

-

- 限制:
- 1. 充值代理不參加此活動。
- 2. 遊戲的投入不計為金幣消費。
-

-

- 注意:
- 1. 此活動與 Google 和 Apple 無關。 -

+

+ 1. Activity time: daily 0:00-23:59 (GMT+3).
+ 2. Daily calculation of your spending on the platform, send 1 coin gift = 1 coin value; 1 coin lucky gift = 0.05 coin value.
+ 3. When you reach the corresponding level, you will get the corresponding level reward.
+

+

+ Restrictions:
+ 1. Recharge agents do not participate in this activity.
+ 2. Game input is not counted as coin consumption.
+

+

+ Attention:
+ 1. This activity has nothing to do with Google and Apple. +

` } } \ No newline at end of file