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
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
03345f9250b686f05aee0eddbcf7bdcf82de18c7
2 parents
9c51602d
2a807bac
Merge branch 'feature/leaguer' into 'gray'
Feature/leaguer See merge request
!1429
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
apps/activity/models/droit-util.js
public/scss/activity/grade-droit.page.css
apps/activity/models/droit-util.js
View file @
03345f9
...
...
@@ -57,7 +57,9 @@ function droitHtml(contents) {
{
title
:
'特权介绍'
,
data
:
[
'金卡及以上会员享受限定次数的免费送达服务。'
]},
{
title
:
'使用说明'
,
data
:
[
'金卡会员每月可享3次普通快递免邮,白金会员每月可享5次顺丰快递免邮(顺丰无法触达地区将改发其他快递)。'
,
'免邮次数每月一日更新,会员等级升级时,免邮次数当天更新。'
]},
'免邮次数每月一日更新,会员等级升级时,免邮次数当天更新。'
,
'秒杀、定金预售、限定发售等商品不支持使用免邮次数。'
,
]},
],
interlocution
:
[]
};
...
...
@@ -79,25 +81,25 @@ function droitHtml(contents) {
<
tr
>
<
th
>
会员等级
<
/th
>
<
th
>
购物实付金额
<
/th
>
<
th
style
=
"color: red"
>
返币比例
<
/th
>
<
th
>
返币比例
<
/th
>
<
th
>
返币个数
<
/th
>
<
/tr
>
<
tr
>
<
td
>
银卡会员
<
/td
>
<
td
>
100
元
<
/td
>
<
td
style
=
"color: red"
>
30
%<
/td
>
<
td
>
30
%<
/td
>
<
td
>
30
<
/td
>
<
/tr
>
<
tr
>
<
td
>
金卡会员
<
/td
>
<
td
>
100
元
<
/td
>
<
td
style
=
"color: red"
>
30
%<
/td
>
<
td
>
30
%<
/td
>
<
td
>
30
<
/td
>
<
/tr
>
<
tr
>
<
td
>
白金会员
<
/td
>
<
td
>
100
元
<
/td
>
<
td
style
=
"color: red"
>
50
%<
/td
>
<
td
>
50
%<
/td
>
<
td
>
50
<
/td
>
<
/tr
>
<
/table
>
...
...
public/scss/activity/grade-droit.page.css
View file @
03345f9
...
...
@@ -85,6 +85,7 @@
.intro
.return-coin-table
{
margin
:
20px
20px
40px
;
width
:
92%
;
font-size
:
24px
;
tr
{
height
:
60px
;
...
...
@@ -94,7 +95,7 @@
td
{
width
:
23%
;
text-align
:
center
;
border
:
1px
solid
#
000
;
border
:
1px
solid
#
f2f2f2
;
}
th
{
...
...
@@ -105,6 +106,10 @@
td
:nth-child
(
2
)
{
width
:
31%
;
}
tr
:first-child
th
{
border-bottom
:
none
;
}
}
}
...
...
Please
register
or
login
to post a comment