Update UIMain.js
This commit is contained in:
parent
efaf3ef507
commit
6fc8bf63a0
@ -221,7 +221,7 @@ cc.Class({
|
||||
//第一次显示改名界面
|
||||
// this.calleditname(90001);
|
||||
// 后端说可以改名并且已经链接钱包的情况 才可以改名
|
||||
if (window.canrename) {
|
||||
if (window.canrename && window.hasWallet) {
|
||||
window.canrename = false;
|
||||
this.nd_editName.active = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user