Commit 7d0676e7 by dabai

活动规则

parent 50f1da1b
Showing with 11 additions and 1 deletions
...@@ -89,7 +89,17 @@ function getRule(time,unit){ ...@@ -89,7 +89,17 @@ function getRule(time,unit){
return str; return str;
} }
function getRule2(time,unit){
var str = '';
str += '<p>1.活動所有時間以服務器時間為準(東八區)<p>';
str += '<p>2.榜單統計截止時間:'+time+'<p>';
str += '<p>3.抽獎獎勵實時發放,禮物發放至背包,座駕發放至座駕倉庫<p>';
str += '<p>4.活動獎勵'+unit+'不屬於直播'+unit+'收益,需在'+unit+'提現頁面查看詳細<p>';
str += '<p>5.為保證活動公平性,活動期間由於不可抗力因素、網絡、作弊等非平台原因導致活動出現異常,平台有權採取活動調整、暫停等措施<p>';
str += '<p>6.活動最終解釋權歸平台所有與Apple Inc無關<p>';
return str;
}
function appCollaboration(msg) { function appCollaboration(msg) {
var sUserAgent = navigator.userAgent.toLowerCase(); var sUserAgent = navigator.userAgent.toLowerCase();
var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment