Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c830eb33
authored
Apr 20, 2021
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
规则
parent
216b0da4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
js/common.js
js/common.js
View file @
c830eb33
...
...
@@ -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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment