addLogo: function() {
var _this = this
console.log("添加LOGO")
wx.chooseImage({
count: 1,
sizeType: ['original', 'compressed'],
sourceType: ['album', 'camera'],
success(res) {
console.log("xxxxxxxxxx")
// tempFilePath可以作为img标签的src属性显示图片
const tempFilePaths = res.tempFilePaths
console.log(tempFilePaths)
_this.setData({
logopath: tempFilePaths[0],
})
}
})
}
不是,你具体遇到了什么问题?不会使用数据库?
如是用云数据库可以看下云开发官方文档:https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/
}之后上传图片到 图片是在view里面的 如果view设置高度是不是图片就不能完全显示出来