فهرست منبع

【预制体】增加预约提现表预制体

mojunshou 8 ماه پیش
والد
کامیت
8cfdf21196

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 4507 - 0
assets/bundle/gui/eliminate/prefab/reserve.prefab


+ 13 - 0
assets/bundle/gui/eliminate/prefab/reserve.prefab.meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.50",
+  "importer": "prefab",
+  "imported": true,
+  "uuid": "7d6f6733-1156-487f-845d-73db2c1ad9ac",
+  "files": [
+    ".json"
+  ],
+  "subMetas": {},
+  "userData": {
+    "syncNodeName": "reserve"
+  }
+}

+ 1 - 5
assets/script/game/eliminate/view/EliminateViewComp.ts

@@ -2,7 +2,7 @@
  * @Author: mojunshou 1637302775@qq.com
  * @Date: 2025-03-20 15:01:09
  * @LastEditors: mojunshou 1637302775@qq.com
- * @LastEditTime: 2025-03-20 17:33:38
+ * @LastEditTime: 2025-03-21 17:33:24
  * @Description: 消除游戏主场景
  */
 import { _decorator } from "cc";
@@ -23,9 +23,6 @@ export class EliminateViewComp extends CCComp {
         this.setButton();
     }
 
-
-
-
     /** 视图对象通过 ecs.Entity.remove(eliminateViewComp) 删除组件是触发组件处理自定义释放逻辑 */
     reset() {
         this.node.destroy();
@@ -41,5 +38,4 @@ export class EliminateViewComp extends CCComp {
         oops.gui.open(UIID.WechatWithdraw);
     }
 
-
 }

+ 20 - 0
assets/script/game/eliminate/view/ReserveView.ts

@@ -0,0 +1,20 @@
+/*
+ * @Author: mojunshou 1637302775@qq.com
+ * @Date: 2025-03-21 17:43:04
+ * @LastEditors: mojunshou 1637302775@qq.com
+ * @LastEditTime: 2025-03-21 18:37:05
+ * @Description: 提现预约表界面
+ * 
+ */
+import { _decorator } from 'cc';
+import { GameComponent } from "db://oops-framework/module/common/GameComponent";
+
+const { ccclass, property } = _decorator;
+
+/** 显示对象控制 */
+@ccclass('ReserveView')
+export class ReserveView extends GameComponent {
+    protected start() {
+
+    }
+} 

+ 9 - 0
assets/script/game/eliminate/view/ReserveView.ts.meta

@@ -0,0 +1,9 @@
+{
+  "ver": "4.0.24",
+  "importer": "typescript",
+  "imported": true,
+  "uuid": "144de98f-fa5d-46d1-8a1d-fe567148f05f",
+  "files": [],
+  "subMetas": {},
+  "userData": {}
+}