feat(jcsz): 商品列表图片配置问题修复
This commit is contained in:
parent
ad50cb0878
commit
5b69940794
|
@ -1444,7 +1444,7 @@ export default {
|
|||
})
|
||||
|
||||
this.$store.commit('settings/GGMX_SETTING', [])
|
||||
this.form.cover = this.form.cover1
|
||||
this.form.cover = this.form.cover || this.form.cover1
|
||||
urlRequir(this.form).then((res) => {
|
||||
loading.close()
|
||||
if (res.code == 200) {
|
||||
|
|
|
@ -1293,7 +1293,7 @@ export default {
|
|||
background: 'rgba(0, 0, 0, 0.7)'
|
||||
})
|
||||
this.$store.commit('settings/GGMX_SETTING', [])
|
||||
this.form.cover = this.form.cover1
|
||||
this.form.cover = this.form.cover || this.form.cover1
|
||||
api.waresSave(this.form).then((res) => {
|
||||
loading.close()
|
||||
if (res.code == 200) {
|
||||
|
|
Loading…
Reference in New Issue