Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
SURPRISED
Commits
a68eadff
Commit
a68eadff
authored
Nov 15, 2019
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f5414046
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
37 deletions
+59
-37
GT_activities.html
html/GT_activities.html
+1
-1
jquery.dataStatistics.js
js/jquery.dataStatistics.js
+58
-36
No files found.
html/GT_activities.html
View file @
a68eadff
...
@@ -321,7 +321,7 @@
...
@@ -321,7 +321,7 @@
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
var
ua
=
navigator
.
userAgent
.
toLowerCase
();
if
(
platform
==
'H5'
&&
ua
.
match
(
/MicroMessenger/i
)
!=
"micromessenger"
)
{
if
(
platform
==
'H5'
&&
ua
.
match
(
/MicroMessenger/i
)
!=
"micromessenger"
)
{
//
$('.wx_bg').css('display', "block");
$
(
'.wx_bg'
).
css
(
'display'
,
"block"
);
}
else
if
(
platform
==
'H5'
)
{
}
else
if
(
platform
==
'H5'
)
{
this
.
initOpenid
()
this
.
initOpenid
()
}
}
...
...
js/jquery.dataStatistics.js
View file @
a68eadff
...
@@ -269,52 +269,74 @@ $.fn.dataStatistics = function(options) {
...
@@ -269,52 +269,74 @@ $.fn.dataStatistics = function(options) {
$
(
'.img_btn'
).
click
(
function
()
{
$
(
'.img_btn'
).
click
(
function
()
{
window
.
location
.
href
=
`./Rushbuy.html?redemptionPrice=
${
options
.
price
}
&couponId=
${
options
.
couponId
}
&platform=
${
options
.
platform
}
`
;
let
userInfo
=
JSON
.
parse
(
localStorage
.
userInfo
)
if
(
userInfo
.
uid
&&
userInfo
.
uid
==
'1182'
){
//如果为唐杰的号直接跳转
if
(
$
(
'.img_btn p'
).
css
(
'color'
)
==
'rgb(224, 50, 52)'
)
{
//判断按钮是否可以点击
if
(
options
.
count
!=
0
)
{
//判断是可以抢购
if
(
options
.
login
==
true
)
{
window
.
location
.
href
=
`https://activity.oytour.com/html/Rushbuy.html?redemptionPrice=
${
options
.
price
}
&couponId=
${
options
.
couponId
}
&platform=
${
options
.
platform
}
`
;
if
(
options
.
count
!=
0
)
{
//判断是可以抢购
}
else
{
// let buyInfo = {
let
data
=
{
// redemptionPrice: options.price,
'action'
:
'jump'
,
// showToast->一个提示信息 showHud->一个黑色的loading
// couponId: options.couponId,
'page'
:
'teamWalker_2'
,
// platform: options.platform,
'pageData'
:
{
'backType'
:
'pop'
,
// }
// localStorage.buyInfo = JSON.stringify(buyInfo)
window
.
location
.
href
=
`https://activity.oytour.com/html/Rushbuy.html?redemptionPrice=
${
options
.
price
}
&couponId=
${
options
.
couponId
}
&platform=
${
options
.
platform
}
`
;
}
else
{
let
data
=
{
'action'
:
'jump'
,
// showToast->一个提示信息 showHud->一个黑色的loading
'page'
:
'teamWalker_2'
,
'pageData'
:
{
'backType'
:
'pop'
,
}
}
if
(
options
.
platform
==
'app'
)
{
window
.
postMessage
(
JSON
.
stringify
(
data
));
}
else
if
(
options
.
platform
==
'H5'
)
{
window
.
location
.
href
=
'https://activity.oytour.com/html/downloadApp.html'
}
}
}
}
}
else
{
window
.
location
.
href
=
'https://activity.oytour.com/html/login.html'
}
}
else
{
if
(
$
(
'.img_btn p'
).
text
()
==
'活动结束'
)
{
if
(
options
.
platform
==
'app'
)
{
if
(
options
.
platform
==
'app'
)
{
window
.
postMessage
(
JSON
.
stringify
({
'action'
:
'showToast'
,
'message'
:
'活动已结束'
}));
window
.
postMessage
(
JSON
.
stringify
(
data
));
}
else
if
(
options
.
platform
==
'H5'
)
{
window
.
location
.
href
=
'https://activity.oytour.com/html/downloadApp.html'
}
}
}
else
{
if
(
$
(
'.img_btn p'
).
css
(
'color'
)
==
'rgb(224, 50, 52)'
)
{
//判断按钮是否可以点击
if
(
options
.
login
==
true
)
{
if
(
options
.
count
!=
0
)
{
//判断是可以抢购
// let buyInfo = {
// redemptionPrice: options.price,
// couponId: options.couponId,
// platform: options.platform,
// }
// localStorage.buyInfo = JSON.stringify(buyInfo)
window
.
location
.
href
=
`https://activity.oytour.com/html/Rushbuy.html?redemptionPrice=
${
options
.
price
}
&couponId=
${
options
.
couponId
}
&platform=
${
options
.
platform
}
`
;
}
else
{
let
data
=
{
'action'
:
'jump'
,
// showToast->一个提示信息 showHud->一个黑色的loading
'page'
:
'teamWalker_2'
,
'pageData'
:
{
'backType'
:
'pop'
,
}
}
if
(
options
.
platform
==
'app'
)
{
window
.
postMessage
(
JSON
.
stringify
(
data
));
}
else
if
(
options
.
platform
==
'H5'
)
{
window
.
location
.
href
=
'https://activity.oytour.com/html/downloadApp.html'
}
}
}
else
{
}
else
{
layer
.
msg
(
'活动已结束'
)
window
.
location
.
href
=
'https://activity.oytour.com/html/login.html'
}
}
}
else
{
}
else
{
if
(
options
.
platform
==
'app'
)
{
if
(
$
(
'.img_btn p'
).
text
()
==
'活动结束'
)
{
window
.
postMessage
(
JSON
.
stringify
({
'action'
:
'showToast'
,
'message'
:
'活动还未开始'
}));
if
(
options
.
platform
==
'app'
)
{
window
.
postMessage
(
JSON
.
stringify
({
'action'
:
'showToast'
,
'message'
:
'活动已结束'
}));
}
else
{
layer
.
msg
(
'活动已结束'
)
}
}
else
{
}
else
{
if
(
options
.
platform
==
'app'
)
{
window
.
postMessage
(
JSON
.
stringify
({
'action'
:
'showToast'
,
'message'
:
'活动还未开始'
}));
}
else
{
layer
.
msg
(
'活动还未开始'
)
layer
.
msg
(
'活动还未开始'
)
}
}
}
}
}
}
}
})
})
...
...
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