heyang 2 년 전
부모
커밋
9344da7c13
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/mine/index.vue
  2. 1 1
      src/views/mine/indexOne.vue

+ 1 - 1
src/views/mine/index.vue

@@ -566,7 +566,7 @@
           this.user.faceImg = res.data.cardUrl;
           this.upFaceOpen = false;
           this.getUser();
-          this.msgSuccess(res.msg)
+          this.msgSuccess('上传成功!')
           this.$forceUpdate()
         }else{
           this.msgError(res.msg)

+ 1 - 1
src/views/mine/indexOne.vue

@@ -722,7 +722,7 @@
           this.user.faceImg = res.data.cardUrl;
           this.upFaceOpen = false;
           this.getUser();
-          this.msgSuccess(res.msg)
+          this.msgSuccess('上传成功!')
           this.$forceUpdate()
         }else{
           this.msgError(res.msg)