Jelajahi Sumber

个人信息修改

dmy 5 tahun lalu
induk
melakukan
28c75ccb22
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      _src/components/popup/userInfo/index.vue

+ 1 - 1
_src/components/popup/userInfo/index.vue

@@ -132,7 +132,7 @@ export default {
         return
         return
       }
       }
       if (!/^[a-zA-Z_0-9]{5,36}$/i.test(this.newUserName)) {
       if (!/^[a-zA-Z_0-9]{5,36}$/i.test(this.newUserName)) {
-        this.$showTips('只能是5-20位数字字母下划线')
+        this.$showTips('只能是5-20位数字字母下划线')
         return
         return
       }
       }