Commit 5db8d457 authored by zhengke's avatar zhengke

修改

parent 8dd54c15
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
<el-col :span="8"> <el-col :span="8">
<el-form-item label="企業LOGO"> <el-form-item label="企業LOGO">
<div>白色(圖片尺寸:240x90)</div> <div>白色(圖片尺寸:240x90)</div>
<div class="webLogoDiv" @click="commonType=2"> <div class="webLogoDiv" @click="commonType=2" style="background-color:#ecf0f5">
<el-upload :http-request="UploadImage" :multiple="true" <el-upload :http-request="UploadImage" :multiple="true"
accept="image/jpeg,image/gif,image/png,image/bmp" :show-file-list="false" action=""> accept="image/jpeg,image/gif,image/png,image/bmp" :show-file-list="false" action="">
<img v-if="PostMsg.TALogo2" :src="PostMsg.TALogo2" class="web_imgUrl" alt="" /> <img v-if="PostMsg.TALogo2" :src="PostMsg.TALogo2" class="web_imgUrl" alt="" />
...@@ -561,7 +561,7 @@ ...@@ -561,7 +561,7 @@
//弹窗 //弹窗
isShowDialog: false, isShowDialog: false,
//选项卡 //选项卡
activeName: 'third', activeName: 'first',
//上传图片类型 //上传图片类型
commonType: 1, commonType: 1,
//旅行社类型 //旅行社类型
......
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