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