ll
liukangdong
2024-12-19 63f68bf25b920d5711032a6e675769855ed3582b
h5/pages/userinfo/userinfo.vue
@@ -259,11 +259,14 @@
               },
               success: (uploadFileRes) => {
                  let res = JSON.parse(uploadFileRes.data)
                  if(res.code !== 200){
                     return this.showToast(res.message)
                  }
                  this.visitorData.faceImg = res.data.halfPath
                  this.visitorData.faceImgUrl = res.data.prefixPath + res.data.folder + res.data.halfPath
               },
               fail(err) {
                  alert('失败')
               fail: (err) => {
                  // this.showToast(err)
               },
               complete() {
                  uni.hideLoading();