Commit b9b4d130 authored by 华国豪's avatar 华国豪 🙄

修复修改变新增bug

parent 1ae40799
...@@ -617,8 +617,8 @@ export default { ...@@ -617,8 +617,8 @@ export default {
let obj = localStorage.editIntegralMall ? JSON.parse(localStorage.editIntegralMall) : false let obj = localStorage.editIntegralMall ? JSON.parse(localStorage.editIntegralMall) : false
if (obj) { if (obj) {
this.addMsg = obj this.addMsg = obj
if (obj.images) {
this.apiUrl = 'updateGoodsInfo' this.apiUrl = 'updateGoodsInfo'
if (obj.images) {
this.DiningImageArray = obj.images.split(',') this.DiningImageArray = obj.images.split(',')
this.DiningImageArray2 = obj.descripImg.split(',') this.DiningImageArray2 = obj.descripImg.split(',')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment