一点注释
This commit is contained in:
parent
748bed6729
commit
a43390fe21
@ -16903,18 +16903,17 @@ T.Plr.prototype = {
|
|||||||
// 名字字符输入的处理在此
|
// 名字字符输入的处理在此
|
||||||
var s, r, q, p, o, n, m, l, k, j, i, this_ = this
|
var s, r, q, p, o, n, m, l, k, j, i, this_ = this
|
||||||
this_.I = this_.gfJ()
|
this_.I = this_.gfJ()
|
||||||
s = this_.r = this_.a
|
s = this_.r = this_.a // 名字第一部分
|
||||||
r = this_.b
|
r = this_.b // @ 号以后的东西
|
||||||
if (r != null && r !== "" && r !== s) {
|
if (r != null && r !== "" && r !== s) {
|
||||||
// 有战队情况下构造名字
|
// 有战队情况下构造名字
|
||||||
r = this_.e = H.as_string(s) + "@" + H.as_string(this_.b)
|
r = this_.e = H.as_string(s) + "@" + H.as_string(this_.b)
|
||||||
console.log(r)
|
|
||||||
} else {
|
} else {
|
||||||
this_.e = this_.b = s
|
this_.e = this_.b = s
|
||||||
r = s
|
r = s
|
||||||
}
|
}
|
||||||
this_.f = r
|
this_.f = r
|
||||||
q = this_.d
|
q = this_.d // + 号以后的东西
|
||||||
if (q != null && q !== "") {
|
if (q != null && q !== "") {
|
||||||
this_.f = H.as_string(r) + "+" + H.as_string(q)
|
this_.f = H.as_string(r) + "+" + H.as_string(q)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user