Commit 01d717da authored by wildfirecode13's avatar wildfirecode13

1

parent 9a532b8b
......@@ -146,7 +146,7 @@ class Select extends Component {
async selectRole(){
let planame = this.refs.planame.value;
if(planame.length<1){
return Toast("名字不能为空");
return Toast("昵称不能为空");
}
var regEn = /[`~!@#$%^&*()_+<>?:"{},.\/;'[\]]/im,
regCn = /[·!#¥(——):;“”‘、,|《。》?、【】[\]]/im;
......
......@@ -26,7 +26,7 @@ class Userinfo extends Component {
onclick = async () => {
let planame = this.refs.planame.value;
if (planame.length < 1) {
return Toast("名字不能为空");
return Toast("昵称不能为空");
}
var regEn = /[`~!@#$%^&*()_+<>?:"{},.\/;'[\]]/im,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment