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
2d10fdfe
Commit
2d10fdfe
authored
Nov 19, 2019
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复部分问题
parent
478213bc
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
245 additions
and
246 deletions
+245
-246
GT_activities.css
css/GT_activities.css
+5
-5
GT_activities.html
html/GT_activities.html
+17
-18
Rushbuy.html
html/Rushbuy.html
+12
-12
coupons.html
html/coupons.html
+19
-19
login.html
html/login.html
+22
-22
pay.html
html/pay.html
+2
-2
paySuccess.html
html/paySuccess.html
+7
-7
jquery.dataStatistics.js
js/jquery.dataStatistics.js
+161
-161
No files found.
css/GT_activities.css
View file @
2d10fdfe
...
...
@@ -14,7 +14,7 @@ p {
#box
{
width
:
100%
;
height
:
100%
;
background-image
:
url(
../images
/bg2@3x.png)
;
background-image
:
url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/bg2@3x.png)
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
padding-top
:
0.7rem
;
...
...
@@ -97,7 +97,7 @@ p {
.box_content
{
width
:
100%
;
height
:
5.2rem
;
background-image
:
url(
../images
/bg1@3x.png)
;
background-image
:
url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/bg1@3x.png)
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
position
:
absolute
;
...
...
@@ -135,7 +135,7 @@ p {
.img_bg_M
{
width
:
100%
;
height
:
2.14rem
;
background-image
:
url(
../images
/M_200.png)
;
background-image
:
url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/M_200.png)
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
position
:
relative
;
...
...
@@ -180,7 +180,7 @@ p {
justify-content
:
center
;
/*margin-left: 2.07rem;*/
margin-top
:
0.05rem
;
background-image
:
url(
../images
/buy_btn.gif)
;
background-image
:
url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/buy_btn.gif)
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
}
...
...
@@ -249,7 +249,7 @@ p {
position
:
absolute
;
left
:
0
;
top
:
0
;
background-image
:
url(
../images
/notice.png)
;
background-image
:
url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/notice.png)
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
z-index
:
999
;
...
...
html/GT_activities.html
View file @
2d10fdfe
...
...
@@ -13,7 +13,7 @@
<link
rel=
"stylesheet"
href=
"../css/GT_activities.css?r=2341654165"
>
<link
rel=
"stylesheet"
href=
"../css/GT_activities2.css"
media=
"screen"
type=
"text/css"
/>
<div
id=
'wx_pic'
style=
'margin:0 auto;display:none;'
>
<img
src=
'
../images
/18logo.png'
/>
<img
src=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/18logo.png'
/>
</div>
<script
type=
"text/javascript"
src=
"../js/autosize2.js"
></script>
<script
type=
"text/javascript"
src=
"../js/jquery-1.10.2.js"
></script>
...
...
@@ -28,10 +28,10 @@
<div
id=
"demo2"
></div>
</div>
<div
class=
"wx_bg"
>
<img
src=
"
../images
/qsywx.png"
alt=
""
/>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/qsywx.png"
alt=
""
/>
</div>
<div
class=
"box_title"
>
<img
src=
"
../images
/G@3x.png"
alt=
""
class=
"G_img"
>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/G@3x.png"
alt=
""
class=
"G_img"
>
<h5>
</h5>
...
...
@@ -119,10 +119,10 @@
</div> -->
</div>
<img
src=
"
../images
/received@3x.png"
alt=
""
class=
"received_img"
>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/received@3x.png"
alt=
""
class=
"received_img"
>
<div
class=
"use_oupon"
>
<div
class=
"use_news"
>
<img
src=
"
../images
/tx_bg.png"
alt=
""
>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/tx_bg.png"
alt=
""
>
<div>
<p
class=
"use_o"
></p>
<p
class=
"use_t"
></p>
...
...
@@ -138,8 +138,8 @@
<div
class=
"app_share"
>
<div
class=
"app_sharebox"
>
<p>
分享到
</p>
<img
src=
"
../images
/wechat_logo@2x.png"
alt=
""
class=
"app_share_hy"
>
<img
src=
"
../images
/pengyouquan@2x.png"
alt=
""
class=
"app_share_pyq"
>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/wechat_logo@2x.png"
alt=
""
class=
"app_share_hy"
>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/pengyouquan@2x.png"
alt=
""
class=
"app_share_pyq"
>
</div>
</div>
...
...
@@ -155,7 +155,7 @@
</div>
<div
class=
"notice_img"
>
<img
src=
"
../images
/notice_2.png"
alt=
""
>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/notice_2.png"
alt=
""
>
<p
class=
"notice_name"
>
尊敬的客户
</p>
<p
class=
"notice_content"
></p>
<p
class=
"notice_content2"
></p>
...
...
@@ -169,7 +169,7 @@
<!--<script type="text/javascript" src="js/countdown.js"></script>-->
<script
type=
"text/javascript"
src=
"../js/md5.js"
></script>
<script
type=
"text/javascript"
src=
"../js/mian.js"
></script>
<script
src=
"../js/jquery.dataStatistics.js?r=
bnm87665
"
></script>
<script
src=
"../js/jquery.dataStatistics.js?r=
542342342
"
></script>
<script
type=
"text/javascript"
src=
"https://res.wx.qq.com/open/js/jweixin-1.3.2.js"
></script>
<script
type=
"text/javascript"
src=
"../js/layer/layer.js"
></script>
<script
type=
"text/javascript"
src=
"../js/yql.js"
></script>
...
...
@@ -223,7 +223,7 @@
var
str
=
''
for
(
var
i
=
0
;
i
<
dataList
.
length
;
i
++
)
{
if
(
!
dataList
[
i
].
customerPhoto
)
{
dataList
[
i
].
customerPhoto
=
'
../images
/tx_bg.png'
dataList
[
i
].
customerPhoto
=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/tx_bg.png'
}
str
+=
`<a href="javascript:void(0);">
<img src="
${
dataList
[
i
].
customerPhoto
}
"/>
...
...
@@ -422,7 +422,7 @@
$
(
'#t4'
).
html
(
'日'
);
$
(
'#t5'
).
html
(
'点整'
);
$
(
'.img_btn p'
).
html
(
'立即抢购'
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
../images
/nobuy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/nobuy_btn.png)"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
// $(".received_img").attr("src", "");
...
...
@@ -432,13 +432,13 @@
}
else
if
(
nowDate
>
activityEndDate
||
res
.
data
.
activityIsEnding
==
1
)
{
// 活动时间已过
// $(".received_img").attr("src", "");
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
../images
/MJ_200@3x.png)"
);
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/MJ_200@3x.png)"
);
$
(
'.img_bg_p1'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_bg_p2'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
$
(
'.img_btn p'
).
html
(
'活动结束'
)
$
(
'.box_content_t'
).
hide
()
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
../images
/nobuy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/nobuy_btn.png)"
);
$
(
'.dataStatistics'
).
css
(
'display'
,
"none"
);
$
(
'.deta_replace'
).
css
(
'display'
,
"flex"
);
...
...
@@ -461,19 +461,19 @@
}
else
{
$
(
'.img_btn p'
).
html
(
'去使用'
);
$
(
".received_img"
).
css
(
'display'
,
"block"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
../images
/buy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/buy_btn.png)"
);
}
}
else
{
// $(".received_img").attr("src", "");
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
../images
/MJ_200@3x.png)"
);
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/MJ_200@3x.png)"
);
$
(
'.img_bg_p1'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_bg_p2'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
$
(
'.img_btn p'
).
html
(
'活动结束'
)
$
(
'.box_content_t'
).
hide
()
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
../images
/nobuy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/nobuy_btn.png)"
);
$
(
'.dataStatistics'
).
css
(
'display'
,
"none"
);
$
(
'.deta_replace'
).
css
(
'display'
,
"flex"
);
$
(
'#notice'
).
css
(
'display'
,
"block"
);
...
...
@@ -701,8 +701,7 @@
window
.
postMessage
(
JSON
.
stringify
(
data
));
})
</script>
</body>
</html>
</html>
\ No newline at end of file
html/Rushbuy.html
View file @
2d10fdfe
...
...
@@ -18,7 +18,7 @@
.main
{
width
:
100%
;
height
:
100%
;
background
:
url(
../images
/gongxi4.jpg)
no-repeat
;
background
:
url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/gongxi4.jpg)
no-repeat
;
background-size
:
100%
;
background-color
:
#8d54cc
;
position
:
relative
;
...
...
@@ -32,7 +32,6 @@
opacity
:
1
;
text-align
:
center
;
}
/* .main .box.nomove {
top: 40%;
opacity: 1;
...
...
@@ -56,7 +55,7 @@
position
:
absolute
;
left
:
18%
;
bottom
:
15%
;
background
:
url(
../images
/gongxi22.png)
;
background
:
url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/gongxi22.png)
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background-position-x
:
center
;
...
...
@@ -201,17 +200,17 @@
<body>
<div
class=
"main"
>
<div
class=
"box"
>
<img
class=
"hongbao"
src=
"
../images
/gongxi1.png"
>
<img
class=
"hongbao"
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/gongxi1.png"
>
<span
id=
"RushbuyTime"
></span>
<div
class=
"anniu"
>
</div>
<!-- <img class="anniu" src="
../images
/gongxi2.png"> -->
<!-- <img class="anniu" src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/gongxi2.png"> -->
</div>
<div
class=
"readXieyi"
>
<div
class=
"rushNocheck"
></div>
<div
class=
"rushNocheckTwo"
>
<img
src=
"
../images
/xyck.png"
alt=
""
/>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/xyck.png"
alt=
""
/>
</div>
<span>
我已阅读并同意
</span><span
class=
"benciXieyi"
>
《本次活动说明》
</span>
</div>
...
...
@@ -253,11 +252,11 @@
// }else {
// history.go(-1)
// }
// if (platform == 'app') {
// move(1)
// } else {
// move(2)
// }
// if (platform == 'app') {
// move(1)
// } else {
// move(2)
// }
let
RushbuyTime
=
localStorage
.
RushbuyTime
?
JSON
.
parse
(
localStorage
.
RushbuyTime
)
:
{
RushbuyTime
:
''
}
...
...
@@ -372,7 +371,6 @@
}
// 跳转到支付
else
if
(
platform
==
'xcx'
)
{
// window.postMessage(JSON.stringify(data));
let
data
=
{};
data
.
sOrderNo
=
res
.
data
.
id
;
data
.
sProductName
=
title
;
...
...
@@ -407,6 +405,7 @@
}));
}
else
{
layer
.
msg
(
res
.
message
)
location
.
href
=
'https://activity.oytour.com/html/login.html'
}
// window.location.reload()
...
...
@@ -421,6 +420,7 @@
}));
}
else
if
(
platform
==
'H5'
)
{
layer
.
close
(
loadingFlag
);
location
.
href
=
'https://activity.oytour.com/html/login.html?r=123123123'
}
}
});
...
...
html/coupons.html
View file @
2d10fdfe
...
...
@@ -424,7 +424,7 @@
<div
class=
"coupons_Content"
>
<!-- <div class="coupons_List">
<div class="Coupon_leftImg">
<img src="
../images
/login/gty.png" alt=""/>
<img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/gty.png" alt=""/>
<div class="dikouPrice">
<span>¥</span>20
</div>
...
...
@@ -444,7 +444,7 @@
</div>
<div class="coupons_List">
<div class="Coupon_leftImg">
<img src="
../images
/login/zyx.png" alt=""/>
<img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/zyx.png" alt=""/>
<div class="dikouPrice">
<span>¥</span>20
</div>
...
...
@@ -465,9 +465,9 @@
</div>
<div
class=
"goToDownLoad"
>
<div>
<img
class=
"downloadImg"
src=
"
../images
/godownload.png"
alt=
""
/>
<img
class=
"downloadImg"
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/godownload.png"
alt=
""
/>
<span
onclick=
"goDownLoad()"
>
下载同业App使用
<img
src=
"
../images
/arrowR.png"
alt=
""
/>
下载同业App使用
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/arrowR.png"
alt=
""
/>
</span>
</div>
</div>
...
...
@@ -544,34 +544,34 @@
str
+=
`<div class="coupons_List">
<div class="Coupon_leftImg">`
if
(
dataArr
[
i
].
couponsUseScope
==
1
)
{
str
+=
` <img src="
../images
/login/gty.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/gty.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponsUseScope
==
2
)
{
str
+=
` <img src="
../images
/login/gty.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/gty.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponsUseScope
==
7
)
{
str
+=
` <img src="
../images
/login/zyx.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/zyx.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponsUseScope
==
8
)
{
str
+=
` <img src="
../images
/login/ddy.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/ddy.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponsUseScope
==
5
)
{
str
+=
` <img src="
../images
/login/mp.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/mp.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponsUseScope
==
11
)
{
str
+=
` <img src="
../images
/login/dzy.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/dzy.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponsUseScope
==
10
)
{
str
+=
` <img src="
../images
/login/meishi.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/meishi.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponsUseScope
==
3
)
{
str
+=
` <img src="
../images
/login/qz.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/qz.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponsUseScope
==
4
)
{
str
+=
` <img src="
../images
/login/jp.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/jp.png" alt=""/>`
}
if
(
dataArr
[
i
].
couponEffectStatus
==
3
)
{
str
+=
` <img src="
../images
/login/guoqi.png" alt=""/>`
str
+=
` <img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/guoqi.png" alt=""/>`
}
str
+=
`<div class="dikouPrice">
...
...
@@ -592,22 +592,22 @@
</div>`
str
+=
`</div>`
if
(
dataArr
[
i
].
fromPlatform
==
0
)
{
str
+=
`<img class="goToUse" src="
../images
/login/all.png"/>`
str
+=
`<img class="goToUse" src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/all.png"/>`
}
if
(
dataArr
[
i
].
fromPlatform
==
1
)
{
str
+=
`<img class="goToUse" src='
../images
/login/app.png'/>`
str
+=
`<img class="goToUse" src='
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/app.png'/>`
}
if
(
dataArr
[
i
].
fromPlatform
==
2
)
{
str
+=
`<img class="goToUse" src='
../images
/login/xcx.png'/>`
str
+=
`<img class="goToUse" src='
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/xcx.png'/>`
}
if
(
dataArr
[
i
].
fromPlatform
==
3
)
{
str
+=
`<img class="goToUse" src='
../images
/login/pc.png'/>`
str
+=
`<img class="goToUse" src='
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/pc.png'/>`
}
str
+=
`</div>`
}
}
else
{
str
+=
`<div class="zanwu">
<img src="
../images
/login/zanwu.png" alt=""/>
<img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login/zanwu.png" alt=""/>
<div class="zanwurenhe">暂无任何优惠券</div>
</div>`
}
...
...
html/login.html
View file @
2d10fdfe
...
...
@@ -45,7 +45,7 @@
position
:
relative
;
height
:
100%
;
background-color
:
#FFFFFF
;
background-image
:
url('
../images
/login_bg.jpg')
;
background-image
:
url('
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login_bg.jpg')
;
background-size
:
cover
;
}
...
...
@@ -277,22 +277,22 @@
<div
class=
"login_denglu"
>
<div
class=
'page__bd'
>
<div
class=
"headBg"
>
<img
class=
"headBgImg"
src=
"
../images
/login_content.png"
/>
<img
class=
"headBgImg"
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login_content.png"
/>
<div
class=
'header'
>
<img
class=
'header_image'
src=
'
../images
/login_elp.png'
>
<img
class=
'header_image'
src=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login_elp.png'
>
<span
class=
'header_span'
>
Welcome
</span>
</div>
<div
class=
'form'
>
<div
class=
'form_item1'
>
<div
class=
'form_item_inBox'
>
<img
class=
'form_item_ico'
src=
'
../images
/ico_lock1.png'
/>
<img
class=
'form_item_ico'
src=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/ico_lock1.png'
/>
<span
class=
"login_Zh"
>
账号
</span>
<input
class=
'form_item_input'
id=
"UserAccount"
type=
'number'
placeholder=
"请输入手机号"
></input>
</div>
</div>
<div
class=
'form_item2'
>
<div
class=
'form_item_inBox'
>
<img
class=
'form_item_ico'
src=
'
../images
/ico_lock2.png'
/>
<img
class=
'form_item_ico'
src=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/ico_lock2.png'
/>
<span
class=
"login_Zh"
>
密码
</span>
<input
class=
'form_item_input'
id=
"passWord"
type=
"password"
placeholder=
"请输入密码"
></input>
</div>
...
...
@@ -313,29 +313,29 @@
<div
class=
"login_jihuo"
>
<div
class=
'page__bd'
>
<div
class=
"headBg"
style=
"height:60rem;"
>
<img
class=
"headBgImg"
src=
"
../images
/login_content.png"
/>
<img
class=
"headBgImg"
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login_content.png"
/>
<div
class=
'header'
>
<img
class=
'header_image'
src=
'
../images
/login_elp.png'
>
<img
class=
'header_image'
src=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login_elp.png'
>
<span
class=
'header_span'
>
Welcome
</span>
</div>
<div
class=
'form'
>
<div
class=
'form_item1'
>
<div
class=
'form_item_inBox'
>
<img
class=
'form_item_ico'
src=
'
../images
/ico_lock1.png'
/>
<img
class=
'form_item_ico'
src=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/ico_lock1.png'
/>
<span
class=
"login_Zh"
>
账号
</span>
<input
class=
'form_item_input'
type=
'number'
id=
"Activation_Account"
placeholder=
"请输入手机号"
></input>
</div>
</div>
<div
class=
'form_item2'
>
<div
class=
'form_item_inBox'
>
<img
class=
'form_item_ico'
src=
'
../images
/ico_lock2.png'
/>
<img
class=
'form_item_ico'
src=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/ico_lock2.png'
/>
<span
class=
"login_Zh"
>
密码
</span>
<input
class=
'form_item_input'
type=
"password"
id=
"Activation_password"
placeholder=
"请输入密码"
></input>
</div>
</div>
<div
class=
'form_item2'
>
<div
class=
'form_item_inBox'
>
<img
class=
'form_item_ico'
src=
'
../images
/ico_yzm.png'
style=
"margin-top:1rem;"
/>
<img
class=
'form_item_ico'
src=
'
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/ico_yzm.png'
style=
"margin-top:1rem;"
/>
<span
class=
"login_Zh"
>
验证码
</span>
<input
class=
'form_validate_input'
id=
"Activation_valicode"
placeholder=
"请输入验证码"
></input>
<span
class=
"login_yzm"
onclick=
"getCode()"
>
发送验证码
</span>
...
...
@@ -352,7 +352,7 @@
</div>
<div
class=
"login_Agreement"
>
<div
class=
"login_AgreeTitle"
>
<img
onclick=
"gobackLogin()"
src=
"
../images
/login_arrowleft.jpg"
/>
用户协议
<img
onclick=
"gobackLogin()"
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/login_arrowleft.jpg"
/>
用户协议
</div>
<div
class=
"boxcenter"
>
<h1>
《用户协议和法律协议》 本协议为您与本APP管理者之间所订立的契约,具有合同的法律效力,请您仔细阅读。
</h1>
...
...
@@ -379,17 +379,17 @@
<script
type=
"text/javascript"
src=
"../js/mian.js"
></script>
<script
src=
"../js/md5.js"
></script>
<script>
if
(
localStorage
.
u
)
{
let
userInfo
=
{}
try
{
userInfo
=
JSON
.
parse
(
localStorage
.
u
);
if
(
userInfo
.
customerId
)
{
window
.
location
.
href
=
'https://activity.oytour.com/html/GT_activities.html'
;
}
}
catch
(
e
)
{
window
.
location
.
href
=
'https://activity.oytour.com/html/login.html'
;
}
}
//
if (localStorage.u) {
//
let userInfo = {}
//
try {
//
userInfo = JSON.parse(localStorage.u);
//
if (userInfo.customerId) {
//
window.location.href = 'https://activity.oytour.com/html/GT_activities.html';
//
}
//
} catch (e) {
//
window.location.href = 'https://activity.oytour.com/html/login.html';
//
}
//
}
//跳转至激活
function
goJihuo
()
{
$
(
".login_denglu"
).
css
({
...
...
html/pay.html
View file @
2d10fdfe
...
...
@@ -155,11 +155,11 @@
</div>
<div
class=
"pay_zhifu"
>
<img
class=
"pay_one"
src=
"
../images
/wechat.png"
alt=
""
/>
<img
class=
"pay_one"
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/wechat.png"
alt=
""
/>
<span
class=
"pay_two"
>
微信支付
</span>
<div
class=
"pay_three"
>
<!-- <div class="pay_circle"></div> -->
<img
src=
"
../images
/checkbox.png"
aly=
""
/>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/checkbox.png"
aly=
""
/>
</div>
</div>
</div>
...
...
html/paySuccess.html
View file @
2d10fdfe
...
...
@@ -55,7 +55,7 @@
height
:
100%
;
position
:
relative
;
text-align
:
center
;
background
:
url('
../images
/bg.jpg')
no-repeat
;
background
:
url('
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/bg.jpg')
no-repeat
;
background-size
:
100%
100%
;
padding-top
:
3.1rem
;
box-sizing
:
border-box
;
...
...
@@ -74,7 +74,7 @@
.img_bg_M
{
width
:
100%
;
height
:
2.14rem
;
background-image
:
url(
../images
/M_200.png)
;
background-image
:
url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/M_200.png)
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
position
:
relative
;
...
...
@@ -82,7 +82,7 @@
.img_bg_M
.imgBtn
{
margin-top
:
0.08rem
;
background
:
url('
../images
/buy_btn.png')
no-repeat
;
background
:
url('
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/buy_btn.png')
no-repeat
;
background-size
:
100%
100%
;
padding
:
0.09rem
0.12rem
;
}
...
...
@@ -162,12 +162,12 @@
有效截止日期:
</p>
<p
class=
"imgBtn"
style=
"font-size: 0.15rem;color: #E03234;"
>
返回活动首页
</p>
<img
class=
"ylImg"
src=
"
../images
/received@3x.png"
alt=
""
>
<img
class=
"ylImg"
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/received@3x.png"
alt=
""
>
</div>
<div
class=
"use_oupon"
>
<div
class=
"use_news"
>
<img
src=
"
../images
/tx_bg.png"
alt=
""
>
<img
src=
"
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/tx_bg.png"
alt=
""
>
<div>
<p
class=
"use_o"
></p>
<p
class=
"use_t"
></p>
...
...
@@ -245,11 +245,11 @@
有效截止日期:
${
activityEndDate
}
</p>
<p class="imgBtn" style="font-size: 0.15rem;color: #E03234;">返回活动首页</p>
<img class="ylImg" src="
../images
/pay/yl.png" alt="">
<img class="ylImg" src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/pay/yl.png" alt="">
</div>
<div class="use_oupon">
<div class="use_news">
<img src="
../images
/tx_bg.png" alt="">
<img src="
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/tx_bg.png" alt="">
<div>
<p class="use_o">
${
data
.
contact
}
</p>
<p class="use_t">
${
data
.
customerName
}
</p>
...
...
js/jquery.dataStatistics.js
View file @
2d10fdfe
...
...
@@ -78,13 +78,13 @@ $.fn.dataStatistics = function(options) {
// $(".received_img").attr("src", "");
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
../images
/MJ_200@3x.png)"
);
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/MJ_200@3x.png)"
);
$
(
'.img_bg_p1'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_bg_p2'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
$
(
'.img_btn p'
).
html
(
'活动结束'
)
$
(
'.box_content_t'
).
hide
()
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
../images
/nobuy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/nobuy_btn.png)"
);
if
(
options
.
nextAc
==
true
&&
$
(
'notice_img'
).
css
(
"display"
)
==
"none"
)
{
//显示活动预告
$
(
'.dataStatistics'
).
css
(
'display'
,
"none"
);
$
(
'.deta_replace'
).
css
(
'display'
,
"flex"
);
...
...
@@ -216,11 +216,11 @@ $.fn.dataStatistics = function(options) {
}
else
if
(
nowDate
>=
activityEndDate
||
res
.
data
.
activityIsEnding
==
1
)
{
//活动结束
// $(".received_img").attr("src", "");
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
../images
/MJ_200@3x.png)"
);
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/MJ_200@3x.png)"
);
$
(
'.img_bg_p1'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_bg_p2'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
../images
/nobuy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/nobuy_btn.png)"
);
$
(
'.img_btn p'
).
html
(
'活动结束'
)
$
(
'.box_content_t'
).
hide
()
if
(
options
.
nextAc
==
true
&&
$
(
'notice_img'
).
css
(
"display"
)
==
"none"
)
{
//显示活动预告
...
...
@@ -238,18 +238,18 @@ $.fn.dataStatistics = function(options) {
}
else
{
$
(
".received_img"
).
css
(
'display'
,
"block"
);
$
(
'.img_btn p'
).
html
(
'去使用'
)
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
../images
/buy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/buy_btn.png)"
);
}
}
else
{
// $(".received_img").attr("src", "");
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
../images
/MJ_200@3x.png)"
);
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/MJ_200@3x.png)"
);
$
(
'.img_bg_p1'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_bg_p2'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
$
(
'.img_btn p'
).
html
(
'活动结束'
)
$
(
'.box_content_t'
).
hide
()
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
../images
/nobuy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/nobuy_btn.png)"
);
if
(
options
.
nextAc
==
true
&&
$
(
'notice_img'
).
css
(
"display"
)
==
"none"
)
{
//显示活动预告
$
(
'.dataStatistics'
).
css
(
'display'
,
"none"
);
$
(
'.deta_replace'
).
css
(
'display'
,
"flex"
);
...
...
@@ -289,7 +289,7 @@ $.fn.dataStatistics = function(options) {
// }
// localStorage.buyInfo = JSON.stringify(buyInfo)
window
.
location
.
href
=
`https://activity.oytour.com/html/Rushbuy.html?redemptionPrice=
${
options
.
price
}
&couponId=
${
options
.
couponId
}
&platform=
${
options
.
platform
}
`
;
window
.
location
.
href
=
`https://activity.oytour.com/html/Rushbuy.html?redemptionPrice=
${
options
.
price
}
&couponId=
${
options
.
couponId
}
&platform=
${
options
.
platform
}
&r=123123123123
`
;
//window.location.href = `./Rushbuy.html?redemptionPrice=${options.price}&couponId=${options.couponId}&platform=${options.platform}`;
}
else
{
let
data
=
{
...
...
@@ -328,170 +328,182 @@ $.fn.dataStatistics = function(options) {
})
//页面所有数据请求一次 5分钟来一次
//页面所有数据请求一次 5分钟来一次
var
timer3
=
setInterval
(()
=>
{
clearInterval
(
timer2
);
clearInterval
(
timer3
);
$
(
'.digit_set'
).
empty
()
$
.
ajax
({
type
:
"POST"
,
url
:
`
${
getApiUrl
().
urlJava
}
api/appActivity/getUserPurchaseTime`
,
contentType
:
"application/json"
,
data
:
getJavaData
({}),
async
:
false
,
success
:
function
(
res
)
{
if
(
res
.
resultCode
===
1
)
{
getTicketList
(
res
.
data
.
couponId
);
let
num
=
res
.
data
.
repertory
;
//优惠券总共数量
// let num = 5000; //优惠券总共数量
$
(
'.box_title_2 p'
).
html
(
res
.
data
.
redemptionPrice
+
'元抢购'
);
$
(
'.box_title h5'
).
html
(
res
.
data
.
remark
);
$
(
'.explain p'
).
html
(
'活动规则'
+
'<br/>'
+
res
.
data
.
instructions
);
if
(
options
.
login
==
false
)
{
$
(
'.use_o'
).
html
(
'暂无登录'
);
}
else
{
$
(
'.use_o'
).
html
(
res
.
data
.
contact
);
$
(
'.use_t'
).
html
(
res
.
data
.
customerName
);
}
let
activityStartDate
=
new
Date
(
res
.
data
.
activityStartDate
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
)).
getTime
();
//活动开始时间
let
activityEndDate
=
new
Date
(
res
.
data
.
activityEndDate
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
)).
getTime
();
//活动结束时间
let
nowDate
=
new
Date
(
res
.
data
.
currentTime
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
)).
getTime
();
//服务器时间
let
nextActivity
=
res
.
data
.
nextActivity
;
let
nextAc
=
false
;
if
(
nextActivity
!=
null
)
{
nextAc
=
true
}
$
(
'.dataStatistics'
).
dataStatistics
({
max
:
num
,
min
:
num
,
len
:
4
,
add
:
true
,
price
:
res
.
data
.
redemptionPrice
,
couponId
:
res
.
data
.
couponId
,
platform
:
platform
,
login
:
options
.
login
,
count
:
res
.
data
.
count
,
//判断是否可以抢购 0为不可以
activityStartDate
:
activityStartDate
,
activityEndDate
:
activityEndDate
,
nextAc
:
nextAc
});
//刚进入页面不执行动画
clearInterval
(
timer2
);
clearInterval
(
timer3
);
$
(
'.digit_set'
).
empty
()
$
.
ajax
({
type
:
"POST"
,
url
:
`
${
getApiUrl
().
urlJava
}
api/appActivity/getUserPurchaseTime`
,
contentType
:
"application/json"
,
data
:
getJavaData
({}),
async
:
false
,
success
:
function
(
res
)
{
if
(
res
.
resultCode
===
1
)
{
getTicketList
(
res
.
data
.
couponId
);
let
num
=
res
.
data
.
repertory
;
//优惠券总共数量
// let num = 5000; //优惠券总共数量
$
(
'.box_title_2 p'
).
html
(
res
.
data
.
redemptionPrice
+
'元抢购'
);
$
(
'.box_title h5'
).
html
(
res
.
data
.
remark
);
// let activityStartDate = new Date('2019/11/08 17:43:50').getTime();
// let activityEndDate = new Date('2019/11/14 11:23:00').getTime(); //活动结束时间
if
(
nextActivity
!=
null
)
{
$
(
'.explain p'
).
html
(
'活动规则'
+
'<br/>'
+
res
.
data
.
instructions
);
if
(
options
.
login
==
false
)
{
$
(
'.use_o'
).
html
(
'暂无登录'
);
}
else
{
$
(
'.use_o'
).
html
(
res
.
data
.
contact
);
$
(
'.use_t'
).
html
(
res
.
data
.
customerName
);
}
let
nexttime
=
nextActivity
.
activityStartDate
;
let
year
=
nexttime
.
split
(
'T'
)[
0
].
split
(
'-'
)[
0
];
let
month
=
nexttime
.
split
(
'T'
)[
0
].
split
(
'-'
)[
1
];
let
day
=
nexttime
.
split
(
'T'
)[
0
].
split
(
'-'
)[
2
];
let
hour
=
nexttime
.
split
(
'T'
)[
1
].
split
(
':'
)[
0
];
$
(
'.notice_content'
).
html
(
'下期活动将于'
+
year
+
'年'
+
month
+
'月'
+
day
+
'日'
+
hour
+
'点开始。'
);
$
(
'.notice_content2'
).
html
(
'届时会有'
+
nextActivity
.
couponCount
+
'张价值'
+
nextActivity
.
denomination
+
'的折扣券等待您的抢 购(抢购价'
+
nextActivity
.
redemptionPrice
+
'元),请准时参加。'
);
// var time2 = setInterval(setTimer3, 1000); //计时器
let
beforeDawn
=
new
Date
(
year
+
'/'
+
month
+
'/'
+
day
+
' 00:00:00'
).
getTime
()
let
time
=
((
beforeDawn
-
nowDate
)
/
1000
).
toFixed
(
0
);
runtime
(
time
)
let
activityStartDate
=
new
Date
(
res
.
data
.
activityStartDate
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
)).
getTime
();
//活动开始时间
let
activityEndDate
=
new
Date
(
res
.
data
.
activityEndDate
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
)).
getTime
();
//活动结束时间
let
nowDate
=
new
Date
(
res
.
data
.
currentTime
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
)).
getTime
();
//服务器时间
let
nextActivity
=
res
.
data
.
nextActivity
;
let
nextAc
=
false
;
if
(
nextActivity
!=
null
)
{
nextAc
=
true
}
}
$
(
'.dataStatistics'
).
dataStatistics
({
max
:
num
,
min
:
num
,
len
:
4
,
add
:
true
,
price
:
res
.
data
.
redemptionPrice
,
couponId
:
res
.
data
.
couponId
,
platform
:
platform
,
login
:
options
.
login
,
count
:
res
.
data
.
count
,
//判断是否可以抢购 0为不可以
activityStartDate
:
activityStartDate
,
activityEndDate
:
activityEndDate
,
nextAc
:
nextAc
});
//刚进入页面不执行动画
// let activityStartDate = new Date('2019/11/08 17:43:50').getTime();
// let activityEndDate = new Date('2019/11/14 11:23:00').getTime(); //活动结束时间
if
(
nextActivity
!=
null
)
{
let
nexttime
=
nextActivity
.
activityStartDate
;
let
year
=
nexttime
.
split
(
'T'
)[
0
].
split
(
'-'
)[
0
];
let
month
=
nexttime
.
split
(
'T'
)[
0
].
split
(
'-'
)[
1
];
let
day
=
nexttime
.
split
(
'T'
)[
0
].
split
(
'-'
)[
2
];
let
hour
=
nexttime
.
split
(
'T'
)[
1
].
split
(
':'
)[
0
];
$
(
'.notice_content'
).
html
(
'下期活动将于'
+
year
+
'年'
+
month
+
'月'
+
day
+
'日'
+
hour
+
'点开始。'
);
$
(
'.notice_content2'
).
html
(
'届时会有'
+
nextActivity
.
couponCount
+
'张价值'
+
nextActivity
.
denomination
+
'的折扣券等待您的抢 购(抢购价'
+
nextActivity
.
redemptionPrice
+
'元),请准时参加。'
);
// var time2 = setInterval(setTimer3, 1000); //计时器
let
beforeDawn
=
new
Date
(
year
+
'/'
+
month
+
'/'
+
day
+
' 00:00:00'
).
getTime
()
let
time
=
((
beforeDawn
-
nowDate
)
/
1000
).
toFixed
(
0
);
runtime
(
time
)
//判断当前时间是否到了抢购时间
if
(
activityStartDate
>=
nowDate
)
{
//没到抢购时间 显示抢购的具体时间
$
(
'#t1'
).
html
(
'抢购时间:'
);
$
(
'#t2'
).
html
(
''
);
let
startDate
=
res
.
data
.
activityStartDate
;
let
month
=
startDate
.
split
(
'T'
)[
0
].
split
(
'-'
)[
1
];
let
day
=
startDate
.
split
(
'T'
)[
0
].
split
(
'-'
)[
2
];
let
hour
=
startDate
.
split
(
'T'
)[
1
].
split
(
':'
)[
0
];
$
(
'#p1'
).
html
(
month
);
$
(
'#p2'
).
html
(
day
);
$
(
'#p3'
).
html
(
hour
);
$
(
'#t3'
).
html
(
'月'
);
$
(
'#t4'
).
html
(
'日'
);
$
(
'#t5'
).
html
(
'点整'
);
$
(
'.img_btn p'
).
html
(
'立即抢购'
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(../images/nobuy_btn.png)"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
// $(".received_img").attr("src", "");
let
time
=
((
activityStartDate
-
nowDate
)
/
1000
).
toFixed
(
0
);
runtime
(
time
)
}
else
if
(
nowDate
>
activityEndDate
||
res
.
data
.
activityIsEnding
==
1
)
{
// 活动时间已过
// $(".received_img").attr("src", "");
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(../images/MJ_200@3x.png)"
);
$
(
'.img_bg_p1'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_bg_p2'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
$
(
'.img_btn p'
).
html
(
'活动结束'
)
$
(
'.box_content_t'
).
hide
()
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(../images/nobuy_btn.png)"
);
$
(
'.dataStatistics'
).
css
(
'display'
,
"none"
);
$
(
'.deta_replace'
).
css
(
'display'
,
"flex"
);
$
(
'#notice'
).
css
(
'display'
,
"block"
);
$
(
'.notice_img'
).
css
(
'display'
,
"block"
);
}
else
{
// 到了抢购的时间显示距离结束时间的倒计时
currentTime
=
res
.
data
.
currentTime
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
);
end
=
res
.
data
.
activityEndDate
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
);
if
(
num
>
0
)
{
$
(
'#t1'
).
html
(
'结束倒计时:'
)
if
(
res
.
data
.
count
!=
0
)
{
// $(".received_img").attr("src", "");
}
$
(
'.img_btn p'
).
html
(
'立即抢购'
);
//判断当前时间是否到了抢购时间
if
(
activityStartDate
>=
nowDate
)
{
//没到抢购时间 显示抢购的具体时间
$
(
'#t1'
).
html
(
'抢购时间:'
);
$
(
'#t2'
).
html
(
''
);
let
startDate
=
res
.
data
.
activityStartDate
;
let
month
=
startDate
.
split
(
'T'
)[
0
].
split
(
'-'
)[
1
];
let
day
=
startDate
.
split
(
'T'
)[
0
].
split
(
'-'
)[
2
];
let
hour
=
startDate
.
split
(
'T'
)[
1
].
split
(
':'
)[
0
];
$
(
'#p1'
).
html
(
month
);
$
(
'#p2'
).
html
(
day
);
$
(
'#p3'
).
html
(
hour
);
$
(
'#t3'
).
html
(
'月'
);
$
(
'#t4'
).
html
(
'日'
);
$
(
'#t5'
).
html
(
'点整'
);
$
(
'.img_btn p'
).
html
(
'立即抢购'
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity/nobuy_btn.png)"
);
}
else
{
$
(
'.img_btn p'
).
html
(
'去使用'
);
$
(
".received_img"
).
css
(
'display'
,
"block"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(../images/buy_btn.png)"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
// $(".received_img").attr("src", ""
);
let
time
=
((
activityStartDate
-
nowDate
)
/
1000
).
toFixed
(
0
);
runtime
(
time
)
}
}
else
{
}
else
if
(
nowDate
>
activityEndDate
||
res
.
data
.
activityIsEnding
==
1
)
{
// 活动时间已过
// $(".received_img").attr("src", "");
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
../images
/MJ_200@3x.png)"
);
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(
https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity
/MJ_200@3x.png)"
);
$
(
'.img_bg_p1'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_bg_p2'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
$
(
'.img_btn p'
).
html
(
'活动结束'
)
$
(
'.box_content_t'
).
hide
()
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(../images/nobuy_btn.png)"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity/nobuy_btn.png)"
);
$
(
'.dataStatistics'
).
css
(
'display'
,
"none"
);
$
(
'.deta_replace'
).
css
(
'display'
,
"flex"
);
$
(
'#notice'
).
css
(
'display'
,
"block"
);
$
(
'.notice_img'
).
css
(
'display'
,
"block"
);
}
else
{
// 到了抢购的时间显示距离结束时间的倒计时
currentTime
=
res
.
data
.
currentTime
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
);
end
=
res
.
data
.
activityEndDate
.
replace
(
'T'
,
' '
).
replace
(
/-/g
,
'/'
);
if
(
num
>
0
)
{
$
(
'#t1'
).
html
(
'结束倒计时:'
)
if
(
res
.
data
.
count
!=
0
)
{
// $(".received_img").attr("src", "");
$
(
'.img_btn p'
).
html
(
'立即抢购'
);
}
else
{
$
(
'.img_btn p'
).
html
(
'去使用'
);
$
(
".received_img"
).
css
(
'display'
,
"block"
);
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity/buy_btn.png)"
);
}
}
else
{
// $(".received_img").attr("src", "");
$
(
'.img_bg_M'
).
css
(
"background-image"
,
"url(https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity/MJ_200@3x.png)"
);
$
(
'.img_bg_p1'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_bg_p2'
).
css
(
"color"
,
"#CCCCCC"
);
$
(
'.img_btn p'
).
css
(
"color"
,
"#FFFFFF"
);
$
(
'.img_btn p'
).
html
(
'活动结束'
)
$
(
'.box_content_t'
).
hide
()
$
(
'.img_btn'
).
css
(
"background-image"
,
"url(https://vt-im-bucket.oss-cn-chengdu.aliyuncs.com/activity/nobuy_btn.png)"
);
$
(
'.dataStatistics'
).
css
(
'display'
,
"none"
);
$
(
'.deta_replace'
).
css
(
'display'
,
"flex"
);
$
(
'#notice'
).
css
(
'display'
,
"block"
);
$
(
'.notice_img'
).
css
(
'display'
,
"block"
);
}
}
}
//优惠券的有限时间
let
expirationDate
=
(
res
.
data
.
expirationDate
).
split
(
'T'
)[
0
].
replace
(
/-/g
,
'.'
);
let
title
=
$
(
'.img_bg_p1'
).
text
()
let
RushbuyTime
=
{
RushbuyTime
:
expirationDate
,
title
:
title
,
userName
:
res
.
data
.
contact
,
shopName
:
res
.
data
.
customerName
,
}
localStorage
.
RushbuyTime
=
JSON
.
stringify
(
RushbuyTime
)
$
(
'.img_bg_p2'
).
html
(
'有效期截止:'
+
expirationDate
)
//优惠券的有限时间
let
expirationDate
=
(
res
.
data
.
expirationDate
).
split
(
'T'
)[
0
].
replace
(
/-/g
,
'.'
);
let
title
=
$
(
'.img_bg_p1'
).
text
()
let
RushbuyTime
=
{
RushbuyTime
:
expirationDate
,
title
:
title
,
userName
:
res
.
data
.
contact
,
shopName
:
res
.
data
.
customerName
,
}
localStorage
.
RushbuyTime
=
JSON
.
stringify
(
RushbuyTime
)
$
(
'.img_bg_p2'
).
html
(
'有效期截止:'
+
expirationDate
)
}
else
{
$
(
'.dataStatistics'
).
dataStatistics
({
max
:
0
,
min
:
0
,
len
:
4
,
add
:
true
});
//刚进入页面不执行动画
}
else
{
}
// clearInterval(xhtime)
},
error
:
function
(
res
)
{
layer
.
msg
(
res
.
message
)
$
(
'.dataStatistics'
).
dataStatistics
({
max
:
0
,
min
:
0
,
...
...
@@ -500,19 +512,7 @@ $.fn.dataStatistics = function(options) {
});
//刚进入页面不执行动画
}
// clearInterval(xhtime)
},
error
:
function
(
res
)
{
layer
.
msg
(
res
.
message
)
$
(
'.dataStatistics'
).
dataStatistics
({
max
:
0
,
min
:
0
,
len
:
4
,
add
:
true
});
//刚进入页面不执行动画
}
});
},
300000
)
//5分钟请求一次接口
});
},
300000
)
//5分钟请求一次接口
};
};
\ No newline at end of file
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