Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
5c626152
Commit
5c626152
authored
Jul 23, 2018
by
Junling Bu
Browse files
fix[litemall-admin]: 商品上架页面和编辑页面中规格图片上传不显示
parent
e6339bbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/goods/create.vue
View file @
5c626152
...
...
@@ -422,7 +422,7 @@ export default {
this
.
specForm
.
picUrl
=
response
.
data
.
url
},
handleSpecificationShow
()
{
this
.
specForm
=
{}
this
.
specForm
=
{
specification
:
''
,
value
:
''
,
picUrl
:
''
}
this
.
specVisiable
=
true
},
handleSpecificationAdd
()
{
...
...
litemall-admin/src/views/goods/edit.vue
View file @
5c626152
...
...
@@ -433,7 +433,7 @@ export default {
this
.
specForm
.
picUrl
=
response
.
data
.
url
},
handleSpecificationShow
()
{
this
.
specForm
=
{}
this
.
specForm
=
{
specification
:
''
,
value
:
''
,
picUrl
:
''
}
this
.
specVisiable
=
true
},
handleSpecificationAdd
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment