Commit 82fb39fc authored by lixy's avatar lixy

车型

parent df75759b
...@@ -151,8 +151,8 @@ ...@@ -151,8 +151,8 @@
<el-tabs v-model="activeName2" type="card"> <el-tabs v-model="activeName2" type="card">
<el-tab-pane label="车型详情" name="first"> <el-tab-pane label="车型详情" name="first">
<!--<Editor @input="handelIncrease" :value="form.modelsDetails" :myQuillEditor="'myQuillEditor'"></Editor>--> <!--<Editor @input="handelIncrease" :value="form.modelsDetails" :myQuillEditor="'myQuillEditor'"></Editor>-->
<div class="editor-container"> <div class="editor-container" v-if="activeName2=='first'">
<UE :editorId="activeName2" :defaultMsg="form.modelsDetails" :config=config ref="ue" @ready="editorReadyEvent"></UE> <UE :editorId="activeName2" :defaultMsg="form.modelsDetails" :config=config ref="ue" @ready="editorReadyEvent"></UE>
</div> </div>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
...@@ -247,7 +247,7 @@ import UE from '../../modal/Ueditor';//百度ue富文本 ...@@ -247,7 +247,7 @@ import UE from '../../modal/Ueditor';//百度ue富文本
}, },
labelList:[],//全部车型标签 labelList:[],//全部车型标签
fileList2:[], fileList2:[],
activeName2: 'first',//房车详情 activeName2: '',//房车详情
form: { form: {
pPrice:0,//普通会员 pPrice:0,//普通会员
hPrice:0,//黄金会员 hPrice:0,//黄金会员
...@@ -709,6 +709,7 @@ import UE from '../../modal/Ueditor';//百度ue富文本 ...@@ -709,6 +709,7 @@ import UE from '../../modal/Ueditor';//百度ue富文本
this.canSelectLabel = canSelectLabel; this.canSelectLabel = canSelectLabel;
response.data.hotSign = response.data.hotSign? response.data.hotSign: "2"; response.data.hotSign = response.data.hotSign? response.data.hotSign: "2";
this.form = response.data; this.form = response.data;
this.activeName2 = "first";
}) })
}, },
/** /**
......
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