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