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
efc2edd08e1e6237299f684124942497bbea4cd5
1 parent
7e5a5843
order little error
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
public/js/shopping/order.page.js
public/scss/shopping/_order.css
public/js/shopping/order.page.js
View file @
efc2edd
...
...
@@ -257,7 +257,7 @@ $('.print-price-radio').check({
});
// 订单提交
$
(
'#
submit-order'
).
click
(
function
()
{
$
(
'#
balance-list'
).
on
(
'click'
,
'#submit-order'
,
function
()
{
var
reqParam
=
{
address_id
:
$
(
'.address.focus'
).
data
(
'id'
),
yohoCoin
:
getCoinUsed
(),
...
...
public/scss/shopping/_order.css
View file @
efc2edd
...
...
@@ -141,6 +141,9 @@
line-height
:
40px
;
border-top
:
1px
solid
#ccc
;
margin-top
:
10px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
hidden
;
}
.address-detail
{
...
...
@@ -608,7 +611,7 @@
}
.yoho-dialog.address
{
width
:
6
64
px
;
width
:
6
90
px
;
padding
:
0
40px
10px
;
.label-name
{
...
...
Please
register
or
login
to post a comment