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
jinhu.tung
9 years ago
Commit
ec192eb84681c28443d99a5a7b9376147db05a0e
1 parent
b00f8b5c
user can not input good count
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shopping/views/partial/cart/stepper.hbs
apps/shopping/views/partial/cart/stepper.hbs
View file @
ec192eb
...
...
@@ -3,7 +3,7 @@
<span
class=
"iconfont"
>

</span>
</div>
<div
class=
"num"
>
<input
type=
"text"
class=
"input"
value=
{{
buy_number
}}
/
>
<input
type=
"text"
class=
"input"
value=
{{
buy_number
}}
readonly="readonly"
/>
</div>
<div
class=
"plus action
{{#
isEqual
left_number
0
}}
disable
{{/
isEqual
}}
"
>
<span
class=
"iconfont"
>

</span>
...
...
Please
register
or
login
to post a comment