Compare commits
2 Commits
master
...
zhuguoqing
Author | SHA1 | Date | |
---|---|---|---|
![]() |
adc55b3cc1 | ||
![]() |
0e6f3eb56e |
@ -47,8 +47,8 @@
|
|||||||
},
|
},
|
||||||
"_scale": {
|
"_scale": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0.5279307895527016,
|
"x": 0.5859375,
|
||||||
"y": 0.5279307895527016,
|
"y": 0.5859375,
|
||||||
"z": 1
|
"z": 1
|
||||||
},
|
},
|
||||||
"_quat": {
|
"_quat": {
|
||||||
@ -13997,7 +13997,7 @@
|
|||||||
"__id__": 411
|
"__id__": 411
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_active": false,
|
"_active": true,
|
||||||
"_level": 2,
|
"_level": 2,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -188,12 +188,12 @@ cc.Class({
|
|||||||
onLoad() {
|
onLoad() {
|
||||||
cc.audioEngine.stopAll();
|
cc.audioEngine.stopAll();
|
||||||
|
|
||||||
NetManage.getOptionSwitch((res) => {
|
// NetManage.getOptionSwitch((res) => {
|
||||||
console.log('get switch' + JSON.stringify(res));
|
// console.log('get switch' + JSON.stringify(res));
|
||||||
if (res.open_list.includes(1)) {
|
// if (res.open_list.includes(1)) {
|
||||||
this.btn_task.active = true;
|
// this.btn_task.active = true;
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
},
|
},
|
||||||
start() {
|
start() {
|
||||||
//test
|
//test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user