Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
box
/
box-client
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
【修改】 提交测试代码
Hua
1 year ago
parent
d000588e72
commit
912384d506
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
assets/script/app/ctrl/MainCtr.js
+ 1
- 1
assets/script/app/ctrl/MainCtr.js
View File
@@ -18,6 +18,6 @@ cc.Class({
18
18
},
19
19
20
20
initUI() {
21
-
21
+
G.UIMgr.open(window.JMC.UIEnum.BagMain);
22
22
}
23
23
});