Commit d0962ce7 authored by 黄奎's avatar 黄奎

页面修改

parent 5bc88473
...@@ -91,13 +91,13 @@ ...@@ -91,13 +91,13 @@
<el-col :span="10"> <el-col :span="10">
<div>上传档案请小于3M</div> <div>上传档案请小于3M</div>
<div class="webSiteUp"> <div class="webSiteUp">
<el-upload v-if="addMsg.AdImg==''" :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="">
<div class="addIconDiv"> <div class="addIconDiv">
<img v-if="addMsg.AdImg" :src="addMsg.AdImg" class="web_imgUrl" alt="" />
<i class="web_addImg iconfont icon-img_haha"></i> <i class="web_addImg iconfont icon-img_haha"></i>
</div> </div>
</el-upload> </el-upload>
<img v-else :src="addMsg.AdImg" class="web_imgUrl" alt="" />
</div> </div>
</el-col> </el-col>
<el-col :span="14"> <el-col :span="14">
...@@ -147,7 +147,6 @@ ...@@ -147,7 +147,6 @@
pageSize: 15, pageSize: 15,
pageIndex: 1, pageIndex: 1,
}, },
total: 0, total: 0,
currentPage: 1, currentPage: 1,
//弹窗 //弹窗
...@@ -321,7 +320,6 @@ ...@@ -321,7 +320,6 @@
this.addMsg.AdImg = imgUrl; this.addMsg.AdImg = imgUrl;
}); });
}, },
} }
} }
......
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