|
@@ -765,8 +765,9 @@ export default {
|
|
|
this.form[i] = res.data[i]
|
|
this.form[i] = res.data[i]
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+ this.currentImgData = []
|
|
|
|
|
+ this.form.cover = []
|
|
|
this.currentImgData.push(res.data.bigCover)
|
|
this.currentImgData.push(res.data.bigCover)
|
|
|
-
|
|
|
|
|
this.form.cover = [res.data.shortCover]
|
|
this.form.cover = [res.data.shortCover]
|
|
|
|
|
|
|
|
this.form.price = res.data.prePrice
|
|
this.form.price = res.data.prePrice
|