Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
7 years ago
Commit
cfb1779ff5fd5940095f6c9405d170f88cb0c419
1 parent
e15baeec
会员成长值说明
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
93 additions
and
0 deletions
public/static/member-center/level.html
public/static/member-center/level.html
0 → 100644
View file @
cfb1779
<!DOCTYPE html>
<html
lang=
"zh_CN"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<title>
会员等级说明
</title>
<style>
.content
{
width
:
100%
;
max-width
:
750px
;
margin
:
0
auto
;
font-size
:
14px
;
line-height
:
1.5
;
}
.content
p
{
-webkit-margin-before
:
0.5em
;
-webkit-margin-after
:
0.5em
;
}
.content
b
{
font-size
:
16px
;
}
table
,
table
tr
th
,
table
tr
td
{
border
:
1px
solid
#333
;
}
table
tr
th
{
background
:
#ccc
;
}
table
{
width
:
300px
;
text-align
:
center
;
border-collapse
:
collapse
;
}
</style>
</head>
<body>
<div
class=
"content"
>
<p>
<b>
成长值计算规则:
</b>
</p>
<p>
<b>
等级有效期:
</b>
<br>
会员等级有效期为一年。若用户升级,新等级有效期从升级当天开始重新计算。
</p>
<p>
<b>
升降级规则:
</b>
<br>
用户在等级有效期内当前成长值达到升级门槛值,则新等级立即生效;等级有效期到期后,用户等级将根据当前成长值重新计算。
</p>
<p>
<b>
成长值说明:
</b>
<br>
用户确认收货七天后可获得该订单实付金额1:1的成长值奖励,当前成长值仅累计计算近一年内获取的成长值。
</p>
<p>
<b>
会员等级对应表:
</b>
<table>
<tr>
<th>
会员等级
</th>
<th>
对应成长值
</th>
</tr>
<tr>
<td>
银卡会员
</td>
<td>
0-600
</td>
</tr>
<tr>
<td>
普通会员
</td>
<td>
600-2000
</td>
</tr>
<tr>
<td>
金卡会员
</td>
<td>
2000-5000
</td>
</tr>
<tr>
<td>
白金会员
</td>
<td>
5000以上
</td>
</tr>
</table>
</p>
<p>
<b>
特别说明:
</b>
等级有效期在2018年9月30日之前的用户,系统会将有效期延长至2018年9月30日。
</p>
</div>
</body>
</html>
...
...
Please
register
or
login
to post a comment