Commit 43cc6615 authored by 黄奎's avatar 黄奎

页面修改

parent 4cecf7b5
...@@ -144,9 +144,10 @@ ...@@ -144,9 +144,10 @@
<el-button type="text" v-if="addMsg.GoodsId>0">({{addMsg.GoodsId}}){{addMsg.GoodsName}}</el-button> <el-button type="text" v-if="addMsg.GoodsId>0">({{addMsg.GoodsId}}){{addMsg.GoodsName}}</el-button>
<el-button type="text" @click="isShowGoods=true">选择商品</el-button> <el-button type="text" @click="isShowGoods=true">选择商品</el-button>
</el-form-item> </el-form-item>
<el-form-item label="动态文案"><!-- prop="MaterialInfo"--> <el-form-item label="动态文案" prop="MaterialInfo">
<UeEditor style="width:750px;" :defaultMsg="defaultMsg" :config="config" :IsMultiple="true" <!-- <UeEditor style="width:750px;" :defaultMsg="defaultMsg" :config="config" :IsMultiple="true"
ref="UeEditor1"></UeEditor> ref="UeEditor1"></UeEditor> -->
<el-input type="textarea" :rows="6" v-model="addMsg.MaterialInfo"></el-input>
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<label slot="label">动态图片 <label slot="label">动态图片
...@@ -341,8 +342,8 @@ ...@@ -341,8 +342,8 @@
submitForm(formName) { submitForm(formName) {
this.$refs[formName].validate((valid) => { this.$refs[formName].validate((valid) => {
if (valid) { if (valid) {
let content = this.$refs.UeEditor1.getUEContent(); //let content = this.$refs.UeEditor1.getUEContent();
this.addMsg.MaterialInfo = content; //this.addMsg.MaterialInfo = content;
this.apipost("/api/Share/SetShareFriend", this.addMsg, this.apipost("/api/Share/SetShareFriend", this.addMsg,
res => { res => {
this.loading = false; this.loading = false;
......
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