// 图片上传按钮
uploadImg(){
wx.chooseImage({
count: 1,
success:async res=> {
let filePath = res.tempFilePaths[0]
// 图片上传按钮
uploadImg(){
wx.chooseImage({
count: 1,
success:async res=> {
let filePath = res.tempFilePaths[0]