Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
runner
2016-07-14 19:42:21 +0800
Commit
072dab0fadc799de6d6c13b916f8e0fe5e8af9b4
2 parents
dd147c9a
b1cc6356
Merge branch 'release/4.8' of
http://git.yoho.cn/fe/YOHOBUYWAP
into release/4.8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
static/js/cart/select-address.js
static/sass/me/_order-detail.css
static/js/cart/select-address.js
View file @
072dab0
...
...
@@ -25,7 +25,6 @@ $('.address-item').on('touchend', function() {
orderInfo
(
'addressId'
,
addressId
);
orderInfo
(
'address'
,
address
);
orderInfo
(
'receiverMobile'
,
null
);
console
.
log
(
$this
.
data
(
'href'
)
+
(
orderInfo
(
'limitUrlSufix'
)
||
''
));
window
.
location
.
href
=
$this
.
data
(
'href'
)
+
(
orderInfo
(
'limitUrlSufix'
)
||
''
);
}).
on
(
'touchend'
,
'.edit'
,
function
()
{
...
...
static/sass/me/_order-detail.css
View file @
072dab0
...
...
@@ -313,6 +313,13 @@
float
:
right
;
}
.invoice-title
{
width
:
450px
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.invoice-see
{
color
:
#d0021b
;
}
...
...
Please
register
or
login
to post a comment