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
ed134c4e
Commit
ed134c4e
authored
Dec 17, 2019
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
be3c4998
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
5 deletions
+36
-5
openRedPacket.html
html/openRedPacket.html
+36
-5
No files found.
html/openRedPacket.html
View file @
ed134c4e
...
@@ -152,7 +152,7 @@
...
@@ -152,7 +152,7 @@
height
:
3.8rem
;
height
:
3.8rem
;
background-color
:
#fff
;
background-color
:
#fff
;
margin
:
0
auto
;
margin
:
0
auto
;
margin-top
:
1
.4
rem
;
margin-top
:
1rem
;
border-radius
:
0.1rem
;
border-radius
:
0.1rem
;
padding
:
0.15rem
;
padding
:
0.15rem
;
}
}
...
@@ -244,8 +244,8 @@
...
@@ -244,8 +244,8 @@
<div
class=
"xieyiNei"
>
<div
class=
"xieyiNei"
>
<span>
为答谢广大同行在即将过去的2019年里对印象之旅的厚爱与支持,公司将在新的一年来临之际奉上年底大红包,活动具体说明如下:
<br>
<span>
为答谢广大同行在即将过去的2019年里对印象之旅的厚爱与支持,公司将在新的一年来临之际奉上年底大红包,活动具体说明如下:
<br>
1、2019年12月25日至2020年1月2日,同行可在印象之旅APP、小程序、H5站点查阅2019年度账单,并及时查阅预计红包金额。
<br>
1、2019年12月25日至2020年1月2日,同行可在印象之旅APP、小程序、H5站点查阅2019年度账单,并及时查阅预计红包金额。
<br>
2、2020年1月2日至2020年1月20日,用户进入活动页面后可以直接领取年底大红包,若用户逾期未领取,则视为主动放弃年底大红包。大红包的具体金额依据同行报名参加印象之旅2019年内的跟团游产品产生的实际交易额来计算。具体计算规则请参照:
<a
2、2020年1月2日至2020年1月20日,用户进入活动页面后可以直接领取年底大红包,若用户逾期未领取,则视为主动放弃年底大红包。大红包的具体金额依据同行报名参加印象之旅2019年内的跟团游产品产生的实际交易额来计算。具体计算规则请参照:
href=
"#"
style=
"color: #E27E6E;text-decoration: underline;"
>
《印象之旅2019年底大红包规则》
</a
><br>
<span
onclick=
"goRule()"
style=
"color: #E27E6E;text-decoration: underline;"
>
《印象之旅2019年底大红包规则》
</span
><br>
3、大红包一旦领取成功,金额将自动转入用户的幸福存折中并且不能取现。
<br>
3、大红包一旦领取成功,金额将自动转入用户的幸福存折中并且不能取现。
<br>
4、用户可以使用幸福存折的余额对跟团游,自由行,机票,签证,酒店等订单金额进行抵扣,每次最多能使用1000元,且账户余额必须保留9元。
<br>
4、用户可以使用幸福存折的余额对跟团游,自由行,机票,签证,酒店等订单金额进行抵扣,每次最多能使用1000元,且账户余额必须保留9元。
<br>
5、幸福存折目前只能在印象相关的同业平台使用,包含同业网站(www.oytour.com),同业APP(印象同业),同业小程序(行程助理)。
<br>
5、幸福存折目前只能在印象相关的同业平台使用,包含同业网站(www.oytour.com),同业APP(印象同业),同业小程序(行程助理)。
<br>
...
@@ -272,12 +272,37 @@
...
@@ -272,12 +272,37 @@
userInfo
=
JSON
.
parse
(
localStorage
.
userInfo
)
userInfo
=
JSON
.
parse
(
localStorage
.
userInfo
)
dataObj
=
JSON
.
parse
(
localStorage
.
dataObj
)
dataObj
=
JSON
.
parse
(
localStorage
.
dataObj
)
}
else
{
}
else
{
localStorage
.
removeItem
(
"userInfo"
)
localStorage
.
removeItem
(
"dataObj"
)
window
.
location
.
href
=
'../login.html?page=billPage'
;
window
.
location
.
href
=
'../login.html?page=billPage'
;
}
}
$
(
'.money'
).
html
(
dataObj
.
yearTotalPrice
);
$
(
'.money'
).
html
(
dataObj
.
yearTotalPrice
);
let
settlement
=
false
//是否结算过
getClose
()
function
getClose
()
{
let
msg
=
{
customerId
:
userInfo
.
customerId
}
$
.
ajax
({
type
:
"POST"
,
url
:
`
${
getApiUrl
().
urlPost
}
`
,
contentType
:
"application/json"
,
data
:
getAjaxData
(
"app_get_GetCloseRedPacketPrice"
,
msg
),
async
:
false
,
success
:
function
(
res
)
{
if
(
res
.
resultCode
===
1
)
{
$
(
".img_up"
).
css
({
display
:
"none"
});
$
(
".open_btn"
).
css
({
display
:
"none"
});
$
(
".open_redP"
).
animate
({
opacity
:
"1"
},
600
).
animate
({
top
:
"0.18rem"
},
1000
);
settlement
=
true
}
else
{
layer
.
msg
(
res
.
message
)
}
}
})
}
var
isChecke
=
true
;
//是否阅读
var
isChecke
=
true
;
//是否阅读
$
(
'.readXieyi'
).
click
(
function
()
{
$
(
'.readXieyi'
).
click
(
function
()
{
...
@@ -310,7 +335,10 @@
...
@@ -310,7 +335,10 @@
$
(
'.red_img'
).
click
(
function
()
{
$
(
'.red_img'
).
click
(
function
()
{
if
(
isChecke
==
true
){
if
(
isChecke
==
true
){
getData
();
if
(
settlement
==
false
){
getData
();
}
}
else
{
}
else
{
layer
.
msg
(
'请先阅读并同意活动说明'
)
layer
.
msg
(
'请先阅读并同意活动说明'
)
}
}
...
@@ -340,5 +368,8 @@
...
@@ -340,5 +368,8 @@
}
}
})
})
};
};
function
goRule
(){
window
.
location
.
href
=
'rule.html'
;
}
</script>
</script>
</html>
</html>
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