Commit c830eb33 by dabai

规则

parent 216b0da4
Showing with 31 additions and 0 deletions
......@@ -59,6 +59,37 @@ function close() {
appCollaboration(obj2);
}
function getRule(time,unit){
var str = '';
str += '<div class="clearfix">';
str += ' <p>1.</p>';
str += ' <p>活動所有時間以服務器時間為準(東八區)</p>';
str += '</div>';
str += '<div class="clearfix">';
str += ' <p>2.</p>';
str += ' <p>榜單統計截止時間:'+time+'</p>';
str += '</div>';
str += '<div class="clearfix">';
str += ' <p>3.</p>';
str += ' <p>抽獎獎勵實時發放,禮物發放至背包,座駕發放至座駕倉庫</p>';
str += '</div>';
str += '<div class="clearfix">';
str += ' <p>4.</p>';
str += ' <p>活動獎勵'+unit+'不屬於直播'+unit+'收益,需在'+unit+'提現頁面查看詳細</p>';
str += '</div>';
str += '<div class="clearfix">';
str += ' <p>5.</p>';
str += ' <p>為保證活動公平性,活動期間由於不可抗力因素、網絡、作弊等非平台原因導致活動出現異常,平台有權採取活動調整、暫停等措施</p>';
str += '</div>';
str += '<div class="clearfix">';
str += ' <p>6.</p>';
str += ' <p>活動最終解釋權歸平台所有與Apple Inc無關</p>';
str += '</div>';
return str;
}
function appCollaboration(msg) {
var sUserAgent = navigator.userAgent.toLowerCase();
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