|
@@ -23,11 +23,11 @@ export class play_page_list_item extends Component {
|
|
|
this.m_call_back = call_back
|
|
|
this.node.getComponent(Sprite).spriteFrame = sf
|
|
|
this.node.on(Node.EventType.TOUCH_END, () => {
|
|
|
- gameManager.addTopView(config.PREFAB_PATH.win,(node:Node)=>{
|
|
|
- // node.getComponent(win).showView(400,null,null,null)
|
|
|
- node.getComponent(win).showJYLView(()=> {},1)
|
|
|
- });
|
|
|
- return
|
|
|
+ // gameManager.addTopView(config.PREFAB_PATH.win,(node:Node)=>{
|
|
|
+ // // node.getComponent(win).showView(400,null,null,null)
|
|
|
+ // node.getComponent(win).showJYLView(()=> {},1)
|
|
|
+ // });
|
|
|
+ // return
|
|
|
|
|
|
if (this.m_call_back != null) {
|
|
|
console.log(config.get_play_type_name(this.m_data.id))
|