346149741
2024-09-04 58c9cd3b6e70e05952edb2e57f5215af77e1aa84
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'
                  })
               }
            })
         },