Commit 7812fa56 authored by liujiangnan's avatar liujiangnan

feat: mock一些方法

parent 751120b7
...@@ -886,6 +886,18 @@ export default class NewClass extends middleLayerBase { ...@@ -886,6 +886,18 @@ export default class NewClass extends middleLayerBase {
}); });
} }
exitGame() {
this.showTips(`已经调用了 exitGame `);
}
getPageInfo() {
this.showTips(`已经调用了 getPageInfo `);
return {length: 2, index: 0};
}
goNextCross() {
this.showTips(`已经调用了 goNextCross `);
}
getRainbowColorList() { getRainbowColorList() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment