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
郭成尧
2017-06-28 10:42:21 +0800
Commit
f6870a564d030efb507e561770f9d7dccc1ed874
1 parent
455c6de9
text
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/cart/index/good.js
public/js/cart/index/good.js
View file @
f6870a5
...
...
@@ -352,7 +352,9 @@ let goodObj = {
chosePanel
.
show
({
data
,
disableNum
:
!
isEditNum
,
buttonText
:
'确认'
buttonText
:
{
text
:
'确认'
}
}).
then
(
result
=>
{
if
(
result
&&
result
.
sku
)
{
let
goodData
=
{
...
...
Please
register
or
login
to post a comment