|
@@ -179,7 +179,7 @@
|
|
|
>
|
|
>
|
|
|
<div class="goodsTitle acea-row"></div>
|
|
<div class="goodsTitle acea-row"></div>
|
|
|
<FormItem label="" prop="content" style="margin: 0px">
|
|
<FormItem label="" prop="content" style="margin: 0px">
|
|
|
- <WangEditor :content="formValidate.content" @editorContent="getEditorContent"></WangEditor>
|
|
|
|
|
|
|
+ <WangEditor :content="content" @editorContent="getEditorContent"></WangEditor>
|
|
|
</FormItem>
|
|
</FormItem>
|
|
|
</Form>
|
|
</Form>
|
|
|
</div>
|
|
</div>
|
|
@@ -227,6 +227,7 @@ export default {
|
|
|
formValidate: {
|
|
formValidate: {
|
|
|
content: '',
|
|
content: '',
|
|
|
},
|
|
},
|
|
|
|
|
+ content: '',
|
|
|
pclogo: '',
|
|
pclogo: '',
|
|
|
grid: {
|
|
grid: {
|
|
|
xl: 7,
|
|
xl: 7,
|
|
@@ -314,9 +315,6 @@ export default {
|
|
|
this.tabList.list[this.activeIndexs].url = e;
|
|
this.tabList.list[this.activeIndexs].url = e;
|
|
|
// item.url = e
|
|
// item.url = e
|
|
|
},
|
|
},
|
|
|
- getContent(val) {
|
|
|
|
|
- this.formValidate.content = val;
|
|
|
|
|
- },
|
|
|
|
|
// 提交数据
|
|
// 提交数据
|
|
|
onsubmit(name) {
|
|
onsubmit(name) {
|
|
|
this.$refs[name].validate((valid) => {
|
|
this.$refs[name].validate((valid) => {
|
|
@@ -341,6 +339,7 @@ export default {
|
|
|
this.formValidate = {
|
|
this.formValidate = {
|
|
|
content: data.content,
|
|
content: data.content,
|
|
|
};
|
|
};
|
|
|
|
|
+ this.content = data.content;
|
|
|
})
|
|
})
|
|
|
.catch((res) => {
|
|
.catch((res) => {
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
@@ -660,6 +659,7 @@ export default {
|
|
|
width: 92px;
|
|
width: 92px;
|
|
|
height: 201px;
|
|
height: 201px;
|
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
|
|
+ word-break: break-word;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pcmoddile_goods {
|
|
.pcmoddile_goods {
|