10 2020 档案

摘要:<el-upload list-type="picture-card" accept=".jpg, .jpeg, .png, .gif" :action="UPLOAD_URL" //上传的地址 :data="uploadData" // 上传时附带的额外参数 :file-list="fileLis 阅读全文
posted @ 2020-10-26 18:13 小甜橘 阅读(232) 评论(0) 推荐(0)
摘要:<img :src="item.user_pic" alt :onerror="defaultImg"> defaultImg: 'this.src="' + require("xxx.png") + '"' "user_pic": "http://xxx.jpg"(后台返回的) 阅读全文
posted @ 2020-10-23 12:58 小甜橘 阅读(454) 评论(0) 推荐(0)

返回顶部