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)