Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
d630fed9ddc871f727882173f927359a8481db87
1 parent
ce48dbb8
coin use
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
apps/shopping/views/action/order.hbs
public/scss/shopping/_order.css
apps/shopping/views/action/order.hbs
View file @
d630fed
...
...
@@ -134,7 +134,7 @@
<span
id=
"coin-sure"
class=
"btn disable"
>
确定
</span>
</div>
<div
class=
"used-coin hide"
>
本次使用有货币
<em
id=
"coin-used"
class=
"blue"
></em>
,本次抵扣
<span
class=
"blue"
>
¥
<em
id=
"coin-deduction"
></em></span>
本次使用有货币
<em
id=
"coin-used"
class=
"blue"
></em>
个
,本次抵扣
<span
class=
"blue"
>
¥
<em
id=
"coin-deduction"
></em></span>
<span
class=
"btn white modify"
>
修改
</span>
<span
class=
"btn white cancel"
>
取消使用
</span>
...
...
public/scss/shopping/_order.css
View file @
d630fed
...
...
@@ -530,6 +530,7 @@
&.modify
{
margin-left
:
130px
;
margin-right
:
10px
;
}
}
...
...
Please
register
or
login
to post a comment