diff --git a/view/peko/modules/h5Income/js/withdrawal.js b/view/peko/modules/h5Income/js/withdrawal.js index 64a1c04..03f5896 100644 --- a/view/peko/modules/h5Income/js/withdrawal.js +++ b/view/peko/modules/h5Income/js/withdrawal.js @@ -56,9 +56,10 @@ function getConfig () { weekMaxValue = res.data.weekMaxValue; var str = `
收益金幣達到${res.data.minValue}或以上可以申請提領
-提領金幣必須為100的整倍數
+提領金幣必須為1000的整倍數
每周可提領次數:${res.data.weekLimitCount}
提領手續費:${res.data.chargeRate}%
+台幣提領,請聯繫客服微信:sd245376
` $('.withdrawal').append(str); getAccounts(); @@ -242,8 +243,8 @@ $('.goldPub .goldPub_in .but').click(function () { toastMsg(`最少申請金幣为${minValue}`); return } - if (num % 100 != 0) { - toastMsg(`提領金幣必須為100的整倍數`); + if (num % 1000 != 0) { + toastMsg(`提領金幣必須為1000的整倍數`); return } calculate(); diff --git a/view/peko/modules/h5Income/rule.html b/view/peko/modules/h5Income/rule.html index 8f1c098..bb805d7 100644 --- a/view/peko/modules/h5Income/rule.html +++ b/view/peko/modules/h5Income/rule.html @@ -30,6 +30,7 @@4.金幣兌換鑽石规则
金幣可兌換為鑽石,兌換比例:1000金幣=1000鑽石。
5.不提取不兌換,金幣則不會被清空。
+台幣提領,請聯繫客服微信:sd245376