薛鸿潇 5 лет назад
Родитель
Сommit
f037aafd52

BIN
assets/resources/module/sign/texture/title.png


+ 4 - 4
assets/resources/module/sign/texture/title.png.meta

@@ -22,10 +22,10 @@
       "offsetY": 0,
       "trimX": 0,
       "trimY": 0,
-      "width": 295,
-      "height": 87,
-      "rawWidth": 295,
-      "rawHeight": 87,
+      "width": 313,
+      "height": 96,
+      "rawWidth": 313,
+      "rawHeight": 96,
       "borderTop": 0,
       "borderBottom": 0,
       "borderLeft": 0,

+ 2 - 1
assets/script/game/module/reward/Reward.ts

@@ -176,7 +176,8 @@ export default class Reward extends cc.Component {
      * 提现操作
      */
     private clickCashOut() {
-        cc.log('提现:');
+        let path = 'module/redBagCash/redBagCash';
+        mk.ui.openPanel(path);
     }
 
     /**