pages/cluetask/question/index.js
@@ -189,6 +189,20 @@ // 添加图片 handleAddImg(e) { wx.chooseAddress({ }) wx.getLocation({ type:'wgs84', success:res=>{ this.setData({ locations: { ...res, coorTxt: `${res.longitude},${res.latitude}`, }, }); } }) const { fileList } = this.data; const { files } = e.detail; this.setData({