riku
2025-04-27 233a467167e2b363098cc7fa63e7f26d1d15507b
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({