wjt
2024-06-26 59f4dc012a2c42eebd31301444e0f8df9af088e0
pages/registerCompany/registerCompany.vue
@@ -162,6 +162,12 @@
               success: val => {
                  // console.log(val.tempFilePaths[0])
                  this.uploadImage(val.tempFilePaths[0])
               },
               fail: err => {
                  uni.showToast({
                     title: "上传出错",
                     icon: 'none'
                  })
               }
            })
         },