Commit 151d4ff9 authored by lixy's avatar lixy

富文本

parent 8339eed2
...@@ -201,6 +201,9 @@ ...@@ -201,6 +201,9 @@
</div> </div>
</template> </template>
<style> <style>
textarea{
display: none;
}
.el-upload-list{ .el-upload-list{
display: flex; display: flex;
width: 100px; width: 100px;
...@@ -937,7 +940,7 @@ import UE from '../../modal/Ueditor';//百度ue富文本 ...@@ -937,7 +940,7 @@ import UE from '../../modal/Ueditor';//百度ue富文本
this.departureObj={name: ""},//出发地 this.departureObj={name: ""},//出发地
this.pathway= [],//途径地 this.pathway= [],//途径地
this.fileList2=[], this.fileList2=[],
this.activeName2= 'first',//行程亮点 this.activeName2= '',//行程亮点
this.form= { this.form= {
isOutside: "0",//省内、省外 isOutside: "0",//省内、省外
childPrice: undefined,//儿童价 childPrice: undefined,//儿童价
......
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
/* 上传图片 */ /* 上传图片 */
function UploadImage(target) { function UploadImage(target) {debugger
this.$wrap = target.constructor == String ? $('#' + target) : $(target); this.$wrap = target.constructor == String ? $('#' + target) : $(target);
this.init(); this.init();
} }
......
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