Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wenjiekong
9 years ago
Commit
fc3ed9015a47be26985f9fe124cb4466a4678bf0
1 parent
de79dae0
修改样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
12 deletions
public/js/product/students.page.js
public/scss/product/students/_index.css
public/js/product/students.page.js
View file @
fc3ed90
...
...
@@ -436,14 +436,15 @@ $rightDia.on('click', function() {
var
cont
=
'<h3 class="dia-title">特权详细说明</h3>'
+
'<p>权益1:新品立享9折</p>'
+
'<p>学生购买原价新品时,可立即享受9折优惠,与VIP折扣不可同时享受。</p><br>'
+
'<p>权益2:每满100返100有货币</p>'
+
'<p>学生购买商品时,商品金额每满100元即可获得100有货币;有货币有效期:'
+
'获得当日至次年12月31日,逾期自动作废;查看有货币:登录后,点击“个人中心”在'
+
'“我的有货币”中可以查看有货币余额及明细。</p><br>'
+
'<p>权益2:每1元返1个有货币</p>'
+
'<p>学生购买商品时,以商品的实际成交金额计算,每1元返1个有货币;</p>'
+
'<p>返有货币时间:确认收货7日后,系统将自动将对应数量的有货币返至购买账户;</p>'
+
'<p>有货币有效期:获得当日至次年12月31日,逾期自动作废;</p>'
+
'<p>查看有货币:登录后,点击“个人中心”在“我的有货币”中可以查看有货币余额及明细。</p><br>'
+
'<p>权益3:免单抽奖</p>'
+
'<p>每月将在累计购物金额最高的学校中,抽取3名幸运学生用户,获得免单资格;'
+
'免单用户名单将在每月第1个工作日公布在有货微信公众号上,可关注【有货YOHOBUY】;'
+
'免单用户将在中奖次日获得与实付金额等额的现金券,使用时间:中奖当月。</p><br>'
+
'<p>每月将在累计购物金额最高的学校中,抽取3名幸运学生用户,获得免单资格;</p>'
+
'<p>免单用户名单将在每月第1个工作日公布在有货微信公众号上,可关注【有货YOHOBUY】;</p>'
+
'<p>免单用户将在中奖次日获得与实付金额等额的现金券,使用时间:中奖当月。</p><br>'
+
'<p>权益4:学生专享活动</p>'
+
'<p>每月不定期的开展学生专享活动,可打开有货APP推送,及时查收学生专享活动通知。</p>'
;
...
...
@@ -507,6 +508,7 @@ $('#identity-Btn').on('click', function() {
var
identData
=
{
name
:
$
(
'#stu-name'
).
val
(),
certNo
:
$
(
'#stu-idNum'
).
val
(),
provName
:
$
(
'#stu-province'
).
val
(),
collegeName
:
$
(
'#stu-school'
).
val
(),
educationDegree
:
$
(
'#stu-edu'
).
val
(),
enrollmentYear
:
$
(
'#stu-entrance-year'
).
val
()
...
...
@@ -540,8 +542,16 @@ $('#identity-Btn').on('click', function() {
givePoint
(
'YB_STUDENT_ATTCT_SUBMIT'
,
{
SRC_ID
:
2
,
SUBMIT_RES
:
2
,
FAILURE_CAUSE
:
failText
});
return
;
}
if
(
identData
.
provName
===
''
)
{
failText
=
'请选择省份'
;
$prompt
.
html
(
failText
);
// xls-3埋点
givePoint
(
'YB_STUDENT_ATTCT_SUBMIT'
,
{
SRC_ID
:
2
,
SUBMIT_RES
:
2
,
FAILURE_CAUSE
:
failText
});
return
;
}
if
(
identData
.
collegeName
===
''
)
{
failText
=
'
学校名称不能为空
'
;
failText
=
'
请选择学校名称
'
;
$prompt
.
html
(
failText
);
// xls-3埋点
...
...
@@ -549,7 +559,7 @@ $('#identity-Btn').on('click', function() {
return
;
}
if
(
identData
.
educationDegree
===
''
)
{
failText
=
'
学历程度不能为空
'
;
failText
=
'
请选择学历程度
'
;
$prompt
.
html
(
failText
);
// xls-3埋点
...
...
@@ -557,7 +567,7 @@ $('#identity-Btn').on('click', function() {
return
;
}
if
(
identData
.
enrollmentYear
===
''
)
{
failText
=
'
入学年份不能为空
'
;
failText
=
'
请选择入学年份
'
;
$prompt
.
html
(
failText
);
// xls-3埋点
...
...
public/scss/product/students/_index.css
View file @
fc3ed90
...
...
@@ -227,7 +227,7 @@
position
:
absolute
;
left
:
93px
;
top
:
0
;
width
:
1
6
1px
;
width
:
1
8
1px
;
&.gray-p
{
color
:
#a2a2a2
;
...
...
@@ -525,7 +525,7 @@
}
.stu-rights-dialog
{
width
:
8
00px
;
width
:
6
00px
;
}
.stu-agree-dialog
{
...
...
Please
register
or
login
to post a comment