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' }) } }) },