2020年1月15日
摘要: //分为两种 //第一种 <image :src="require('../../static/picture')"> //使用v-bind + require //第二种 //第一种可以解决99%的问题,若有1%的没解决,可以使用background-image属性 background-imag 阅读全文
posted @ 2020-01-15 19:26 随心的博客 阅读(32855) 评论(0) 推荐(0) 编辑
摘要: uni.uploadFile({ url: 'https://www.example.com/upload', //仅为示例,非真实的接口地址 filePath: tempFilePaths[0], name: 'file', formData: { 'user': 'test' }, succes 阅读全文
posted @ 2020-01-15 09:45 随心的博客 阅读(1594) 评论(0) 推荐(0) 编辑