wjt
2024-07-23 c3b2d6d35b77d11ff86d45926501493b7fc8886e
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'
                  })
               }
            })
         },