heyang hace 2 años
padre
commit
9344da7c13
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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)