Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
shuaiguo
2020-06-04 10:31:45 +0800
Commit
004ad92be89d9d2cad6a4a9092b494713dc424e2
1 parent
bf8d094f
fix(电子刊): 自定义购买数量bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/js/cart/magazine-confirm.page.js
public/js/cart/magazine-confirm.page.js
View file @
004ad92
...
...
@@ -41,6 +41,7 @@ $customNumInput.on('input', function() {
if
(
val
!==
handelVal
)
{
$
(
this
).
val
(
handelVal
);
}
buyNumber
=
+
handelVal
;
}).
on
(
'change'
,
function
()
{
let
val
=
$
(
this
).
val
();
...
...
Please
register
or
login
to post a comment