Browse Source

校验文字提醒优化

hy 1 tuần trước cách đây
mục cha
commit
d03247b819
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages-A/settingPage/index.vue

+ 1 - 1
src/pages-A/settingPage/index.vue

@@ -33,7 +33,7 @@ const rules = reactive({
             transform(value) {
                 return String(value)
             },
-            message: '只能包含字母或数字',
+            message: '只能包含汉字、字母或数字',
         },
         { max: 12, message: '昵称长度不能超过12个字符', trigger: ['change'] },
     ],