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
7d0676e7
authored
Apr 25, 2021
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
活动规则
parent
50f1da1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
js/common.js
js/common.js
View file @
7d0676e7
...
@@ -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"
;
...
...
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