Commit d0962ce7 authored by 黄奎's avatar 黄奎

页面修改

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