From a7cf12b6c6289182e7947b0eeb061f7a60e1fd6c Mon Sep 17 00:00:00 2001 From: xlj <543978819@qq.com> Date: Fri, 19 Sep 2025 21:20:20 +0800 Subject: [PATCH] fix --- .../chat18x/ui/panels/PurchasePanel.ts | 23 +- assets/bundles/Chat18x/PurchasePanel.prefab | 1387 ++++++++++++----- 2 files changed, 980 insertions(+), 430 deletions(-) diff --git a/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts b/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts index 56818828..d46322d2 100644 --- a/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts +++ b/assets/Scripts/chat18x/ui/panels/PurchasePanel.ts @@ -37,6 +37,12 @@ export class PurchasePanel extends li_BaseView { getDefaultNetworkType(): proto.cs.EnmNetworkType { return this.defaultNetworkType; } + + cashBtnSelecting; + cashBtnNotSelect; + web3BtnSelecting; + web3BtnNotSelect; + onLoadCT(): void { Utils.parseNode(this.node, this._nodeTab); this.coinNum = this._nodeTab.coinNum.getComponent(Label); @@ -45,6 +51,12 @@ export class PurchasePanel extends li_BaseView { this.vipTime7 = this._nodeTab.vipTime7.getComponent(Label); this.vipPrice30 = this._nodeTab.vipPrice30.getComponent(Label); this.vipTime30 = this._nodeTab.vipTime30.getComponent(Label); + + this.cashBtnSelecting = this._nodeTab.cashBtn.getChildByName("selecting"); + this.cashBtnNotSelect = this._nodeTab.cashBtn.getChildByName("notSelect"); + this.web3BtnSelecting = this._nodeTab.web3Btn.getChildByName("selecting"); + this.web3BtnNotSelect = this._nodeTab.web3Btn.getChildByName("notSelect"); + this.bandBtn(); //订阅商业化数据事件 @@ -125,7 +137,7 @@ export class PurchasePanel extends li_BaseView { shopData.goods = res.data; // 根据数据,刷新界面 this.updateView(); - this.updateShops(); + this.onClickCashBtn(); } } @@ -273,10 +285,19 @@ export class PurchasePanel extends li_BaseView { } } + curPayType = -1; onClickCashBtn() { + if (this.curPayType == 0) return; + this.curPayType = 0; + this.cashBtnSelecting.active = this.web3BtnNotSelect.active = true; + this.cashBtnNotSelect.active = this.web3BtnSelecting.active = false; this.updateShops(0); } onClickWeb3Btn() { + if (this.curPayType == 1) return; + this.curPayType = 1; + this.cashBtnSelecting.active = this.web3BtnNotSelect.active = false; + this.cashBtnNotSelect.active = this.web3BtnSelecting.active = true; this.updateShops(1); } diff --git a/assets/bundles/Chat18x/PurchasePanel.prefab b/assets/bundles/Chat18x/PurchasePanel.prefab index 34b4101f..5af96d41 100644 --- a/assets/bundles/Chat18x/PurchasePanel.prefab +++ b/assets/bundles/Chat18x/PurchasePanel.prefab @@ -25,20 +25,20 @@ "_active": true, "_components": [ { - "__id__": 393 + "__id__": 417 }, { - "__id__": 395 + "__id__": 419 }, { - "__id__": 397 + "__id__": 421 }, { - "__id__": 399 + "__id__": 423 } ], "_prefab": { - "__id__": 401 + "__id__": 425 }, "_lpos": { "__type__": "cc.Vec3", @@ -88,17 +88,17 @@ "_active": true, "_components": [ { - "__id__": 386 + "__id__": 410 }, { - "__id__": 388 + "__id__": 412 }, { - "__id__": 390 + "__id__": 414 } ], "_prefab": { - "__id__": 392 + "__id__": 416 }, "_lpos": { "__type__": "cc.Vec3", @@ -778,20 +778,20 @@ "_active": true, "_components": [ { - "__id__": 377 + "__id__": 401 }, { - "__id__": 379 + "__id__": 403 }, { - "__id__": 381 + "__id__": 405 }, { - "__id__": 383 + "__id__": 407 } ], "_prefab": { - "__id__": 385 + "__id__": 409 }, "_lpos": { "__type__": "cc.Vec3", @@ -838,20 +838,20 @@ "_active": true, "_components": [ { - "__id__": 368 + "__id__": 392 }, { - "__id__": 370 + "__id__": 394 }, { - "__id__": 372 + "__id__": 396 }, { - "__id__": 374 + "__id__": 398 } ], "_prefab": { - "__id__": 376 + "__id__": 400 }, "_lpos": { "__type__": "cc.Vec3", @@ -901,14 +901,14 @@ "_active": true, "_components": [ { - "__id__": 363 + "__id__": 387 }, { - "__id__": 365 + "__id__": 389 } ], "_prefab": { - "__id__": 367 + "__id__": 391 }, "_lpos": { "__type__": "cc.Vec3", @@ -3489,23 +3489,23 @@ "__id__": 142 }, { - "__id__": 156 + "__id__": 168 }, { - "__id__": 170 + "__id__": 194 } ], "_active": true, "_components": [ { - "__id__": 358 + "__id__": 382 }, { - "__id__": 360 + "__id__": 384 } ], "_prefab": { - "__id__": 362 + "__id__": 386 }, "_lpos": { "__type__": "cc.Vec3", @@ -3706,22 +3706,28 @@ "_children": [ { "__id__": 143 + }, + { + "__id__": 149 + }, + { + "__id__": 155 } ], "_active": true, "_components": [ { - "__id__": 149 + "__id__": 161 }, { - "__id__": 151 + "__id__": 163 }, { - "__id__": 153 + "__id__": 165 } ], "_prefab": { - "__id__": 155 + "__id__": 167 }, "_lpos": { "__type__": "cc.Vec3", @@ -3754,8 +3760,8 @@ }, { "__type__": "cc.Node", - "_name": "Label", - "_objFlags": 512, + "_name": "notSelect", + "_objFlags": 0, "__editorExtras__": {}, "_parent": { "__id__": 142 @@ -3814,6 +3820,278 @@ "__prefab": { "__id__": 145 }, + "_contentSize": { + "__type__": "cc.Size", + "width": 217, + "height": 71 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5fLlAYDElDxrPU9p6lotAU" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 143 + }, + "_enabled": true, + "__prefab": { + "__id__": 147 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "66fb67c4-7251-4a4b-ae66-2195b32565de@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "0dZxrw5kZGP7oupttB5IAl" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "20qMLf/vVOlpAEVgi0LIqz", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "selecting", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 142 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 150 + }, + { + "__id__": 152 + } + ], + "_prefab": { + "__id__": 154 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 149 + }, + "_enabled": true, + "__prefab": { + "__id__": 151 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 217, + "height": 71 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "5ePZABzZdANp4UXEFm2J9b" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 149 + }, + "_enabled": true, + "__prefab": { + "__id__": 153 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "362515cf-8079-4f8c-a3e7-29e89360a329@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "canyfY8E9Ij6PTpfUhioqB" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "e1qjoJL4VAMpQ6XOfIBaa1", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 142 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 156 + }, + { + "__id__": 158 + } + ], + "_prefab": { + "__id__": 160 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 155 + }, + "_enabled": true, + "__prefab": { + "__id__": 157 + }, "_contentSize": { "__type__": "cc.Size", "width": 100, @@ -3836,11 +4114,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 143 + "__id__": 155 }, "_enabled": true, "__prefab": { - "__id__": 147 + "__id__": 159 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3921,7 +4199,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 150 + "__id__": 162 }, "_contentSize": { "__type__": "cc.Size", @@ -3949,7 +4227,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 152 + "__id__": 164 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3961,10 +4239,7 @@ "b": 214, "a": 255 }, - "_spriteFrame": { - "__uuid__": "66fb67c4-7251-4a4b-ae66-2195b32565de@f9941", - "__expectedType__": "cc.SpriteFrame" - }, + "_spriteFrame": null, "_type": 1, "_fillType": 0, "_sizeMode": 0, @@ -3994,7 +4269,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 154 + "__id__": 166 }, "clickEvents": [], "_interactable": true, @@ -4027,22 +4302,10 @@ "b": 124, "a": 255 }, - "_normalSprite": { - "__uuid__": "66fb67c4-7251-4a4b-ae66-2195b32565de@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_hoverSprite": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_pressedSprite": { - "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_disabledSprite": { - "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", - "__expectedType__": "cc.SpriteFrame" - }, + "_normalSprite": null, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, "_duration": 0.1, "_zoomScale": 1.2, "_target": { @@ -4077,23 +4340,29 @@ }, "_children": [ { - "__id__": 157 + "__id__": 169 + }, + { + "__id__": 175 + }, + { + "__id__": 181 } ], "_active": true, "_components": [ { - "__id__": 163 + "__id__": 187 }, { - "__id__": 165 + "__id__": 189 }, { - "__id__": 167 + "__id__": 191 } ], "_prefab": { - "__id__": 169 + "__id__": 193 }, "_lpos": { "__type__": "cc.Vec3", @@ -4126,24 +4395,24 @@ }, { "__type__": "cc.Node", - "_name": "Label", - "_objFlags": 512, + "_name": "notSelect", + "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 156 + "__id__": 168 }, "_children": [], "_active": true, "_components": [ { - "__id__": 158 + "__id__": 170 }, { - "__id__": 160 + "__id__": 172 } ], "_prefab": { - "__id__": 162 + "__id__": 174 }, "_lpos": { "__type__": "cc.Vec3", @@ -4180,11 +4449,283 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 157 + "__id__": 169 }, "_enabled": true, "__prefab": { - "__id__": 159 + "__id__": 171 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 217, + "height": 71 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "10EyIYb/VLH5NManc2pBKq" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 169 + }, + "_enabled": true, + "__prefab": { + "__id__": 173 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "66fb67c4-7251-4a4b-ae66-2195b32565de@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "785Prnat9H1KoKQdddqwUE" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "18ZQp5pvZLlKrpHp1O4aLi", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "selecting", + "_objFlags": 0, + "__editorExtras__": {}, + "_parent": { + "__id__": 168 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 176 + }, + { + "__id__": 178 + } + ], + "_prefab": { + "__id__": 180 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 175 + }, + "_enabled": true, + "__prefab": { + "__id__": 177 + }, + "_contentSize": { + "__type__": "cc.Size", + "width": 217, + "height": 71 + }, + "_anchorPoint": { + "__type__": "cc.Vec2", + "x": 0.5, + "y": 0.5 + }, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "8cF8usPVJPRbmtSPQVqycP" + }, + { + "__type__": "cc.Sprite", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 175 + }, + "_enabled": true, + "__prefab": { + "__id__": 179 + }, + "_customMaterial": null, + "_srcBlendFactor": 2, + "_dstBlendFactor": 4, + "_color": { + "__type__": "cc.Color", + "r": 255, + "g": 255, + "b": 255, + "a": 255 + }, + "_spriteFrame": { + "__uuid__": "362515cf-8079-4f8c-a3e7-29e89360a329@f9941", + "__expectedType__": "cc.SpriteFrame" + }, + "_type": 0, + "_fillType": 0, + "_sizeMode": 1, + "_fillCenter": { + "__type__": "cc.Vec2", + "x": 0, + "y": 0 + }, + "_fillStart": 0, + "_fillRange": 0, + "_isTrimmedMode": true, + "_useGrayscale": false, + "_atlas": null, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "f6956/q0dDlaMttV94dDWo" + }, + { + "__type__": "cc.PrefabInfo", + "root": { + "__id__": 1 + }, + "asset": { + "__id__": 0 + }, + "fileId": "f1JzEQngFEeb4k5hPUlIVu", + "instance": null, + "targetOverrides": null, + "nestedPrefabInstanceRoots": null + }, + { + "__type__": "cc.Node", + "_name": "Label", + "_objFlags": 512, + "__editorExtras__": {}, + "_parent": { + "__id__": 168 + }, + "_children": [], + "_active": true, + "_components": [ + { + "__id__": 182 + }, + { + "__id__": 184 + } + ], + "_prefab": { + "__id__": 186 + }, + "_lpos": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_lrot": { + "__type__": "cc.Quat", + "x": 0, + "y": 0, + "z": 0, + "w": 1 + }, + "_lscale": { + "__type__": "cc.Vec3", + "x": 1, + "y": 1, + "z": 1 + }, + "_mobility": 0, + "_layer": 33554432, + "_euler": { + "__type__": "cc.Vec3", + "x": 0, + "y": 0, + "z": 0 + }, + "_id": "" + }, + { + "__type__": "cc.UITransform", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 181 + }, + "_enabled": true, + "__prefab": { + "__id__": 183 }, "_contentSize": { "__type__": "cc.Size", @@ -4208,11 +4749,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 157 + "__id__": 181 }, "_enabled": true, "__prefab": { - "__id__": 161 + "__id__": 185 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4289,11 +4830,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 156 + "__id__": 168 }, "_enabled": true, "__prefab": { - "__id__": 164 + "__id__": 188 }, "_contentSize": { "__type__": "cc.Size", @@ -4317,11 +4858,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 156 + "__id__": 168 }, "_enabled": true, "__prefab": { - "__id__": 166 + "__id__": 190 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4333,10 +4874,7 @@ "b": 214, "a": 255 }, - "_spriteFrame": { - "__uuid__": "362515cf-8079-4f8c-a3e7-29e89360a329@f9941", - "__expectedType__": "cc.SpriteFrame" - }, + "_spriteFrame": null, "_type": 1, "_fillType": 0, "_sizeMode": 0, @@ -4362,11 +4900,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 156 + "__id__": 168 }, "_enabled": true, "__prefab": { - "__id__": 168 + "__id__": 192 }, "clickEvents": [], "_interactable": true, @@ -4399,26 +4937,14 @@ "b": 124, "a": 255 }, - "_normalSprite": { - "__uuid__": "362515cf-8079-4f8c-a3e7-29e89360a329@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_hoverSprite": { - "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_pressedSprite": { - "__uuid__": "544e49d6-3f05-4fa8-9a9e-091f98fc2ce8@f9941", - "__expectedType__": "cc.SpriteFrame" - }, - "_disabledSprite": { - "__uuid__": "951249e0-9f16-456d-8b85-a6ca954da16b@f9941", - "__expectedType__": "cc.SpriteFrame" - }, + "_normalSprite": null, + "_hoverSprite": null, + "_pressedSprite": null, + "_disabledSprite": null, "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 156 + "__id__": 168 }, "_id": "" }, @@ -4449,38 +4975,38 @@ }, "_children": [ { - "__id__": 171 + "__id__": 195 }, { - "__id__": 201 + "__id__": 225 }, { - "__id__": 231 + "__id__": 255 }, { - "__id__": 261 + "__id__": 285 }, { - "__id__": 291 + "__id__": 315 }, { - "__id__": 321 + "__id__": 345 } ], "_active": true, "_components": [ { - "__id__": 351 + "__id__": 375 }, { - "__id__": 353 + "__id__": 377 }, { - "__id__": 355 + "__id__": 379 } ], "_prefab": { - "__id__": 357 + "__id__": 381 }, "_lpos": { "__type__": "cc.Vec3", @@ -4517,36 +5043,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 194 }, "_children": [ { - "__id__": 172 + "__id__": 196 }, { - "__id__": 178 + "__id__": 202 }, { - "__id__": 184 + "__id__": 208 } ], "_active": true, "_components": [ { - "__id__": 192 + "__id__": 216 }, { - "__id__": 194 + "__id__": 218 }, { - "__id__": 196 + "__id__": 220 }, { - "__id__": 198 + "__id__": 222 } ], "_prefab": { - "__id__": 200 + "__id__": 224 }, "_lpos": { "__type__": "cc.Vec3", @@ -4583,20 +5109,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 171 + "__id__": 195 }, "_children": [], "_active": true, "_components": [ { - "__id__": 173 + "__id__": 197 }, { - "__id__": 175 + "__id__": 199 } ], "_prefab": { - "__id__": 177 + "__id__": 201 }, "_lpos": { "__type__": "cc.Vec3", @@ -4633,11 +5159,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 172 + "__id__": 196 }, "_enabled": true, "__prefab": { - "__id__": 174 + "__id__": 198 }, "_contentSize": { "__type__": "cc.Size", @@ -4661,11 +5187,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 172 + "__id__": 196 }, "_enabled": true, "__prefab": { - "__id__": 176 + "__id__": 200 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4719,20 +5245,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 171 + "__id__": 195 }, "_children": [], "_active": true, "_components": [ { - "__id__": 179 + "__id__": 203 }, { - "__id__": 181 + "__id__": 205 } ], "_prefab": { - "__id__": 183 + "__id__": 207 }, "_lpos": { "__type__": "cc.Vec3", @@ -4769,11 +5295,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 178 + "__id__": 202 }, "_enabled": true, "__prefab": { - "__id__": 180 + "__id__": 204 }, "_contentSize": { "__type__": "cc.Size", @@ -4797,11 +5323,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 178 + "__id__": 202 }, "_enabled": true, "__prefab": { - "__id__": 182 + "__id__": 206 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4878,23 +5404,23 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 171 + "__id__": 195 }, "_children": [], "_active": true, "_components": [ { - "__id__": 185 + "__id__": 209 }, { - "__id__": 187 + "__id__": 211 }, { - "__id__": 189 + "__id__": 213 } ], "_prefab": { - "__id__": 191 + "__id__": 215 }, "_lpos": { "__type__": "cc.Vec3", @@ -4931,11 +5457,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 184 + "__id__": 208 }, "_enabled": true, "__prefab": { - "__id__": 186 + "__id__": 210 }, "_contentSize": { "__type__": "cc.Size", @@ -4959,11 +5485,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 184 + "__id__": 208 }, "_enabled": true, "__prefab": { - "__id__": 188 + "__id__": 212 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5027,11 +5553,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 184 + "__id__": 208 }, "_enabled": true, "__prefab": { - "__id__": 190 + "__id__": 214 }, "_alignFlags": 4, "_target": null, @@ -5076,11 +5602,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 195 }, "_enabled": true, "__prefab": { - "__id__": 193 + "__id__": 217 }, "_contentSize": { "__type__": "cc.Size", @@ -5104,11 +5630,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 195 }, "_enabled": true, "__prefab": { - "__id__": 195 + "__id__": 219 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5149,11 +5675,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 195 }, "_enabled": true, "__prefab": { - "__id__": 197 + "__id__": 221 }, "clickEvents": [], "_interactable": true, @@ -5193,7 +5719,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 171 + "__id__": 195 }, "_id": "" }, @@ -5207,20 +5733,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 171 + "__id__": 195 }, "_enabled": true, "__prefab": { - "__id__": 199 + "__id__": 223 }, "count": { - "__id__": 181 + "__id__": 205 }, "price": { - "__id__": 187 + "__id__": 211 }, "icon": { - "__id__": 175 + "__id__": 199 }, "_id": "" }, @@ -5247,36 +5773,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 194 }, "_children": [ { - "__id__": 202 + "__id__": 226 }, { - "__id__": 208 + "__id__": 232 }, { - "__id__": 214 + "__id__": 238 } ], "_active": true, "_components": [ { - "__id__": 222 + "__id__": 246 }, { - "__id__": 224 + "__id__": 248 }, { - "__id__": 226 + "__id__": 250 }, { - "__id__": 228 + "__id__": 252 } ], "_prefab": { - "__id__": 230 + "__id__": 254 }, "_lpos": { "__type__": "cc.Vec3", @@ -5313,20 +5839,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 201 + "__id__": 225 }, "_children": [], "_active": true, "_components": [ { - "__id__": 203 + "__id__": 227 }, { - "__id__": 205 + "__id__": 229 } ], "_prefab": { - "__id__": 207 + "__id__": 231 }, "_lpos": { "__type__": "cc.Vec3", @@ -5363,11 +5889,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 202 + "__id__": 226 }, "_enabled": true, "__prefab": { - "__id__": 204 + "__id__": 228 }, "_contentSize": { "__type__": "cc.Size", @@ -5391,11 +5917,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 202 + "__id__": 226 }, "_enabled": true, "__prefab": { - "__id__": 206 + "__id__": 230 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5449,20 +5975,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 201 + "__id__": 225 }, "_children": [], "_active": true, "_components": [ { - "__id__": 209 + "__id__": 233 }, { - "__id__": 211 + "__id__": 235 } ], "_prefab": { - "__id__": 213 + "__id__": 237 }, "_lpos": { "__type__": "cc.Vec3", @@ -5499,11 +6025,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 208 + "__id__": 232 }, "_enabled": true, "__prefab": { - "__id__": 210 + "__id__": 234 }, "_contentSize": { "__type__": "cc.Size", @@ -5527,11 +6053,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 208 + "__id__": 232 }, "_enabled": true, "__prefab": { - "__id__": 212 + "__id__": 236 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5608,23 +6134,23 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 201 + "__id__": 225 }, "_children": [], "_active": true, "_components": [ { - "__id__": 215 + "__id__": 239 }, { - "__id__": 217 + "__id__": 241 }, { - "__id__": 219 + "__id__": 243 } ], "_prefab": { - "__id__": 221 + "__id__": 245 }, "_lpos": { "__type__": "cc.Vec3", @@ -5661,11 +6187,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 214 + "__id__": 238 }, "_enabled": true, "__prefab": { - "__id__": 216 + "__id__": 240 }, "_contentSize": { "__type__": "cc.Size", @@ -5689,11 +6215,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 214 + "__id__": 238 }, "_enabled": true, "__prefab": { - "__id__": 218 + "__id__": 242 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5757,11 +6283,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 214 + "__id__": 238 }, "_enabled": true, "__prefab": { - "__id__": 220 + "__id__": 244 }, "_alignFlags": 4, "_target": null, @@ -5806,11 +6332,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 201 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 223 + "__id__": 247 }, "_contentSize": { "__type__": "cc.Size", @@ -5834,11 +6360,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 201 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 225 + "__id__": 249 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5879,11 +6405,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 201 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 227 + "__id__": 251 }, "clickEvents": [], "_interactable": true, @@ -5923,7 +6449,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 201 + "__id__": 225 }, "_id": "" }, @@ -5937,20 +6463,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 201 + "__id__": 225 }, "_enabled": true, "__prefab": { - "__id__": 229 + "__id__": 253 }, "count": { - "__id__": 211 + "__id__": 235 }, "price": { - "__id__": 217 + "__id__": 241 }, "icon": { - "__id__": 205 + "__id__": 229 }, "_id": "" }, @@ -5977,36 +6503,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 194 }, "_children": [ { - "__id__": 232 + "__id__": 256 }, { - "__id__": 238 + "__id__": 262 }, { - "__id__": 244 + "__id__": 268 } ], "_active": true, "_components": [ { - "__id__": 252 + "__id__": 276 }, { - "__id__": 254 + "__id__": 278 }, { - "__id__": 256 + "__id__": 280 }, { - "__id__": 258 + "__id__": 282 } ], "_prefab": { - "__id__": 260 + "__id__": 284 }, "_lpos": { "__type__": "cc.Vec3", @@ -6043,20 +6569,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 231 + "__id__": 255 }, "_children": [], "_active": true, "_components": [ { - "__id__": 233 + "__id__": 257 }, { - "__id__": 235 + "__id__": 259 } ], "_prefab": { - "__id__": 237 + "__id__": 261 }, "_lpos": { "__type__": "cc.Vec3", @@ -6093,11 +6619,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 232 + "__id__": 256 }, "_enabled": true, "__prefab": { - "__id__": 234 + "__id__": 258 }, "_contentSize": { "__type__": "cc.Size", @@ -6121,11 +6647,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 232 + "__id__": 256 }, "_enabled": true, "__prefab": { - "__id__": 236 + "__id__": 260 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6179,20 +6705,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 231 + "__id__": 255 }, "_children": [], "_active": true, "_components": [ { - "__id__": 239 + "__id__": 263 }, { - "__id__": 241 + "__id__": 265 } ], "_prefab": { - "__id__": 243 + "__id__": 267 }, "_lpos": { "__type__": "cc.Vec3", @@ -6229,11 +6755,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 238 + "__id__": 262 }, "_enabled": true, "__prefab": { - "__id__": 240 + "__id__": 264 }, "_contentSize": { "__type__": "cc.Size", @@ -6257,11 +6783,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 238 + "__id__": 262 }, "_enabled": true, "__prefab": { - "__id__": 242 + "__id__": 266 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6338,23 +6864,23 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 231 + "__id__": 255 }, "_children": [], "_active": true, "_components": [ { - "__id__": 245 + "__id__": 269 }, { - "__id__": 247 + "__id__": 271 }, { - "__id__": 249 + "__id__": 273 } ], "_prefab": { - "__id__": 251 + "__id__": 275 }, "_lpos": { "__type__": "cc.Vec3", @@ -6391,11 +6917,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 268 }, "_enabled": true, "__prefab": { - "__id__": 246 + "__id__": 270 }, "_contentSize": { "__type__": "cc.Size", @@ -6419,11 +6945,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 268 }, "_enabled": true, "__prefab": { - "__id__": 248 + "__id__": 272 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6487,11 +7013,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 244 + "__id__": 268 }, "_enabled": true, "__prefab": { - "__id__": 250 + "__id__": 274 }, "_alignFlags": 4, "_target": null, @@ -6536,11 +7062,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 231 + "__id__": 255 }, "_enabled": true, "__prefab": { - "__id__": 253 + "__id__": 277 }, "_contentSize": { "__type__": "cc.Size", @@ -6564,11 +7090,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 231 + "__id__": 255 }, "_enabled": true, "__prefab": { - "__id__": 255 + "__id__": 279 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6609,11 +7135,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 231 + "__id__": 255 }, "_enabled": true, "__prefab": { - "__id__": 257 + "__id__": 281 }, "clickEvents": [], "_interactable": true, @@ -6653,7 +7179,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 231 + "__id__": 255 }, "_id": "" }, @@ -6667,20 +7193,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 231 + "__id__": 255 }, "_enabled": true, "__prefab": { - "__id__": 259 + "__id__": 283 }, "count": { - "__id__": 241 + "__id__": 265 }, "price": { - "__id__": 247 + "__id__": 271 }, "icon": { - "__id__": 235 + "__id__": 259 }, "_id": "" }, @@ -6707,36 +7233,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 194 }, "_children": [ { - "__id__": 262 + "__id__": 286 }, { - "__id__": 268 + "__id__": 292 }, { - "__id__": 274 + "__id__": 298 } ], "_active": true, "_components": [ { - "__id__": 282 + "__id__": 306 }, { - "__id__": 284 + "__id__": 308 }, { - "__id__": 286 + "__id__": 310 }, { - "__id__": 288 + "__id__": 312 } ], "_prefab": { - "__id__": 290 + "__id__": 314 }, "_lpos": { "__type__": "cc.Vec3", @@ -6773,20 +7299,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 261 + "__id__": 285 }, "_children": [], "_active": true, "_components": [ { - "__id__": 263 + "__id__": 287 }, { - "__id__": 265 + "__id__": 289 } ], "_prefab": { - "__id__": 267 + "__id__": 291 }, "_lpos": { "__type__": "cc.Vec3", @@ -6823,11 +7349,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 286 }, "_enabled": true, "__prefab": { - "__id__": 264 + "__id__": 288 }, "_contentSize": { "__type__": "cc.Size", @@ -6851,11 +7377,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 262 + "__id__": 286 }, "_enabled": true, "__prefab": { - "__id__": 266 + "__id__": 290 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -6909,20 +7435,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 261 + "__id__": 285 }, "_children": [], "_active": true, "_components": [ { - "__id__": 269 + "__id__": 293 }, { - "__id__": 271 + "__id__": 295 } ], "_prefab": { - "__id__": 273 + "__id__": 297 }, "_lpos": { "__type__": "cc.Vec3", @@ -6959,11 +7485,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 268 + "__id__": 292 }, "_enabled": true, "__prefab": { - "__id__": 270 + "__id__": 294 }, "_contentSize": { "__type__": "cc.Size", @@ -6987,11 +7513,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 268 + "__id__": 292 }, "_enabled": true, "__prefab": { - "__id__": 272 + "__id__": 296 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7068,23 +7594,23 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 261 + "__id__": 285 }, "_children": [], "_active": true, "_components": [ { - "__id__": 275 + "__id__": 299 }, { - "__id__": 277 + "__id__": 301 }, { - "__id__": 279 + "__id__": 303 } ], "_prefab": { - "__id__": 281 + "__id__": 305 }, "_lpos": { "__type__": "cc.Vec3", @@ -7121,11 +7647,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 298 }, "_enabled": true, "__prefab": { - "__id__": 276 + "__id__": 300 }, "_contentSize": { "__type__": "cc.Size", @@ -7149,11 +7675,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 298 }, "_enabled": true, "__prefab": { - "__id__": 278 + "__id__": 302 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7217,11 +7743,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 274 + "__id__": 298 }, "_enabled": true, "__prefab": { - "__id__": 280 + "__id__": 304 }, "_alignFlags": 4, "_target": null, @@ -7266,11 +7792,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 261 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 283 + "__id__": 307 }, "_contentSize": { "__type__": "cc.Size", @@ -7294,11 +7820,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 261 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 285 + "__id__": 309 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7339,11 +7865,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 261 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 287 + "__id__": 311 }, "clickEvents": [], "_interactable": true, @@ -7383,7 +7909,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 261 + "__id__": 285 }, "_id": "" }, @@ -7397,20 +7923,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 261 + "__id__": 285 }, "_enabled": true, "__prefab": { - "__id__": 289 + "__id__": 313 }, "count": { - "__id__": 271 + "__id__": 295 }, "price": { - "__id__": 277 + "__id__": 301 }, "icon": { - "__id__": 265 + "__id__": 289 }, "_id": "" }, @@ -7437,36 +7963,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 194 }, "_children": [ { - "__id__": 292 + "__id__": 316 }, { - "__id__": 298 + "__id__": 322 }, { - "__id__": 304 + "__id__": 328 } ], "_active": true, "_components": [ { - "__id__": 312 + "__id__": 336 }, { - "__id__": 314 + "__id__": 338 }, { - "__id__": 316 + "__id__": 340 }, { - "__id__": 318 + "__id__": 342 } ], "_prefab": { - "__id__": 320 + "__id__": 344 }, "_lpos": { "__type__": "cc.Vec3", @@ -7503,20 +8029,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 291 + "__id__": 315 }, "_children": [], "_active": true, "_components": [ { - "__id__": 293 + "__id__": 317 }, { - "__id__": 295 + "__id__": 319 } ], "_prefab": { - "__id__": 297 + "__id__": 321 }, "_lpos": { "__type__": "cc.Vec3", @@ -7553,11 +8079,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 292 + "__id__": 316 }, "_enabled": true, "__prefab": { - "__id__": 294 + "__id__": 318 }, "_contentSize": { "__type__": "cc.Size", @@ -7581,11 +8107,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 292 + "__id__": 316 }, "_enabled": true, "__prefab": { - "__id__": 296 + "__id__": 320 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7639,20 +8165,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 291 + "__id__": 315 }, "_children": [], "_active": true, "_components": [ { - "__id__": 299 + "__id__": 323 }, { - "__id__": 301 + "__id__": 325 } ], "_prefab": { - "__id__": 303 + "__id__": 327 }, "_lpos": { "__type__": "cc.Vec3", @@ -7689,11 +8215,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 298 + "__id__": 322 }, "_enabled": true, "__prefab": { - "__id__": 300 + "__id__": 324 }, "_contentSize": { "__type__": "cc.Size", @@ -7717,11 +8243,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 298 + "__id__": 322 }, "_enabled": true, "__prefab": { - "__id__": 302 + "__id__": 326 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7798,23 +8324,23 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 291 + "__id__": 315 }, "_children": [], "_active": true, "_components": [ { - "__id__": 305 + "__id__": 329 }, { - "__id__": 307 + "__id__": 331 }, { - "__id__": 309 + "__id__": 333 } ], "_prefab": { - "__id__": 311 + "__id__": 335 }, "_lpos": { "__type__": "cc.Vec3", @@ -7851,11 +8377,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 306 + "__id__": 330 }, "_contentSize": { "__type__": "cc.Size", @@ -7879,11 +8405,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 308 + "__id__": 332 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -7947,11 +8473,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 304 + "__id__": 328 }, "_enabled": true, "__prefab": { - "__id__": 310 + "__id__": 334 }, "_alignFlags": 4, "_target": null, @@ -7996,11 +8522,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 313 + "__id__": 337 }, "_contentSize": { "__type__": "cc.Size", @@ -8024,11 +8550,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 315 + "__id__": 339 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8069,11 +8595,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 317 + "__id__": 341 }, "clickEvents": [], "_interactable": true, @@ -8113,7 +8639,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 291 + "__id__": 315 }, "_id": "" }, @@ -8127,20 +8653,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 291 + "__id__": 315 }, "_enabled": true, "__prefab": { - "__id__": 319 + "__id__": 343 }, "count": { - "__id__": 301 + "__id__": 325 }, "price": { - "__id__": 307 + "__id__": 331 }, "icon": { - "__id__": 295 + "__id__": 319 }, "_id": "" }, @@ -8167,36 +8693,36 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 170 + "__id__": 194 }, "_children": [ { - "__id__": 322 + "__id__": 346 }, { - "__id__": 328 + "__id__": 352 }, { - "__id__": 334 + "__id__": 358 } ], "_active": true, "_components": [ { - "__id__": 342 + "__id__": 366 }, { - "__id__": 344 + "__id__": 368 }, { - "__id__": 346 + "__id__": 370 }, { - "__id__": 348 + "__id__": 372 } ], "_prefab": { - "__id__": 350 + "__id__": 374 }, "_lpos": { "__type__": "cc.Vec3", @@ -8233,20 +8759,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 345 }, "_children": [], "_active": true, "_components": [ { - "__id__": 323 + "__id__": 347 }, { - "__id__": 325 + "__id__": 349 } ], "_prefab": { - "__id__": 327 + "__id__": 351 }, "_lpos": { "__type__": "cc.Vec3", @@ -8283,11 +8809,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 346 }, "_enabled": true, "__prefab": { - "__id__": 324 + "__id__": 348 }, "_contentSize": { "__type__": "cc.Size", @@ -8311,11 +8837,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 322 + "__id__": 346 }, "_enabled": true, "__prefab": { - "__id__": 326 + "__id__": 350 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8369,20 +8895,20 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 345 }, "_children": [], "_active": true, "_components": [ { - "__id__": 329 + "__id__": 353 }, { - "__id__": 331 + "__id__": 355 } ], "_prefab": { - "__id__": 333 + "__id__": 357 }, "_lpos": { "__type__": "cc.Vec3", @@ -8419,11 +8945,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 328 + "__id__": 352 }, "_enabled": true, "__prefab": { - "__id__": 330 + "__id__": 354 }, "_contentSize": { "__type__": "cc.Size", @@ -8447,11 +8973,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 328 + "__id__": 352 }, "_enabled": true, "__prefab": { - "__id__": 332 + "__id__": 356 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8528,23 +9054,23 @@ "_objFlags": 512, "__editorExtras__": {}, "_parent": { - "__id__": 321 + "__id__": 345 }, "_children": [], "_active": true, "_components": [ { - "__id__": 335 + "__id__": 359 }, { - "__id__": 337 + "__id__": 361 }, { - "__id__": 339 + "__id__": 363 } ], "_prefab": { - "__id__": 341 + "__id__": 365 }, "_lpos": { "__type__": "cc.Vec3", @@ -8581,11 +9107,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 334 + "__id__": 358 }, "_enabled": true, "__prefab": { - "__id__": 336 + "__id__": 360 }, "_contentSize": { "__type__": "cc.Size", @@ -8609,11 +9135,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 334 + "__id__": 358 }, "_enabled": true, "__prefab": { - "__id__": 338 + "__id__": 362 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8677,11 +9203,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 334 + "__id__": 358 }, "_enabled": true, "__prefab": { - "__id__": 340 + "__id__": 364 }, "_alignFlags": 4, "_target": null, @@ -8726,11 +9252,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 345 }, "_enabled": true, "__prefab": { - "__id__": 343 + "__id__": 367 }, "_contentSize": { "__type__": "cc.Size", @@ -8754,11 +9280,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 345 }, "_enabled": true, "__prefab": { - "__id__": 345 + "__id__": 369 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -8799,11 +9325,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 345 }, "_enabled": true, "__prefab": { - "__id__": 347 + "__id__": 371 }, "clickEvents": [], "_interactable": true, @@ -8843,7 +9369,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 321 + "__id__": 345 }, "_id": "" }, @@ -8857,20 +9383,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 321 + "__id__": 345 }, "_enabled": true, "__prefab": { - "__id__": 349 + "__id__": 373 }, "count": { - "__id__": 331 + "__id__": 355 }, "price": { - "__id__": 337 + "__id__": 361 }, "icon": { - "__id__": 325 + "__id__": 349 }, "_id": "" }, @@ -8897,11 +9423,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 170 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 352 + "__id__": 376 }, "_contentSize": { "__type__": "cc.Size", @@ -8925,11 +9451,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 170 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 354 + "__id__": 378 }, "_resizeMode": 1, "_layoutType": 3, @@ -8963,11 +9489,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 170 + "__id__": 194 }, "_enabled": true, "__prefab": { - "__id__": 356 + "__id__": 380 }, "_alignFlags": 16, "_target": null, @@ -9016,7 +9542,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 359 + "__id__": 383 }, "_contentSize": { "__type__": "cc.Size", @@ -9044,7 +9570,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 361 + "__id__": 385 }, "_alignFlags": 0, "_target": null, @@ -9079,6 +9605,8 @@ "__id__": 0 }, "fileId": "004R+7yJlCaK85GzBiH5Y2", + "instance": null, + "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { @@ -9091,7 +9619,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 364 + "__id__": 388 }, "_contentSize": { "__type__": "cc.Size", @@ -9119,7 +9647,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 366 + "__id__": 390 }, "_resizeMode": 1, "_layoutType": 2, @@ -9170,7 +9698,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 369 + "__id__": 393 }, "_contentSize": { "__type__": "cc.Size", @@ -9198,7 +9726,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 371 + "__id__": 395 }, "_type": 0, "_inverted": false, @@ -9220,7 +9748,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 373 + "__id__": 397 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9266,7 +9794,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 375 + "__id__": 399 }, "_alignFlags": 45, "_target": null, @@ -9315,7 +9843,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 378 + "__id__": 402 }, "_contentSize": { "__type__": "cc.Size", @@ -9343,7 +9871,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 380 + "__id__": 404 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9385,7 +9913,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 382 + "__id__": 406 }, "bounceDuration": 0.23, "brake": 0.75, @@ -9416,7 +9944,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 384 + "__id__": 408 }, "_alignFlags": 45, "_target": null, @@ -9465,7 +9993,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 387 + "__id__": 411 }, "_contentSize": { "__type__": "cc.Size", @@ -9493,7 +10021,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 389 + "__id__": 413 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -9538,7 +10066,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 391 + "__id__": 415 }, "_alignFlags": 45, "_target": null, @@ -9587,7 +10115,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 394 + "__id__": 418 }, "_contentSize": { "__type__": "cc.Size", @@ -9615,7 +10143,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 396 + "__id__": 420 }, "_alignFlags": 45, "_target": null, @@ -9651,7 +10179,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 398 + "__id__": 422 }, "_id": "" }, @@ -9669,27 +10197,27 @@ }, "_enabled": true, "__prefab": { - "__id__": 400 + "__id__": 424 }, "m_rootNode": null, "items": [ { - "__id__": 198 + "__id__": 222 }, { - "__id__": 228 + "__id__": 252 }, { - "__id__": 258 + "__id__": 282 }, { - "__id__": 288 + "__id__": 312 }, { - "__id__": 318 + "__id__": 342 }, { - "__id__": 348 + "__id__": 372 } ], "_id": "" @@ -9707,6 +10235,7 @@ "__id__": 0 }, "fileId": "69Vc962V9Na7L7FyQxaYOk", + "instance": null, "targetOverrides": null } ] \ No newline at end of file