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
biao
2016-08-10 11:28:32 +0800
Commit
da55ae285ae43ba1624750ba2957e57387ce7a20
1 parent
0ae67462
update for fix pay bug in detail page
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
apps/me/views/partial/order/detail/order-status.hbs
apps/me/views/partial/order/good-info.hbs
public/js/me/order-detail.page.js
apps/me/views/partial/order/detail/order-status.hbs
View file @
da55ae2
...
...
@@ -7,7 +7,7 @@
{{#
btns
}}
<li>
{{#if
isPayBtn
}}
<a
href=
"
{{
payUrl
}}
"
>
<a
href=
"
{{
payUrl
}}
"
target=
"_blank"
>
<span
class=
"
{{
classStr
}}
"
>
{{
name
}}
</span>
</a>
{{^}}
...
...
apps/me/views/partial/order/good-info.hbs
View file @
da55ae2
...
...
@@ -10,6 +10,8 @@
<span>
尺码:
<span
class=
"bold"
>
{{
sizeName
}}
</span>
</span>
{{#if
buyNumber
}}
<p
class=
"bold buy-number"
><span
class=
"iconfont"
>

</span>
{{
buyNumber
}}
</p>
{{/if}}
</div>
</div>
...
...
public/js/me/order-detail.page.js
View file @
da55ae2
...
...
@@ -62,8 +62,6 @@ $('body').on('click', function(e) {
return
false
;
}
e
.
preventDefault
();
if
(
!
$
(
'.package-list'
).
hasClass
(
'hide'
))
{
$
(
'.package-list'
).
addClass
(
'hide'
);
}
...
...
Please
register
or
login
to post a comment