Commit 6605cbb1 authored by liujiangnan's avatar liujiangnan

feat

parent f2b5b3a1
...@@ -868,6 +868,10 @@ export default class NewClass extends middleLayerBase { ...@@ -868,6 +868,10 @@ export default class NewClass extends middleLayerBase {
this.showTips(`已经调用了 exitGame `); this.showTips(`已经调用了 exitGame `);
} }
saveGolds(num) {
this.showTips(`已经调用了 saveGolds;金币: ${num} `);
}
getPageInfo() { getPageInfo() {
this.showTips(`已经调用了 getPageInfo `); this.showTips(`已经调用了 getPageInfo `);
return {length: 2, index: 0}; return {length: 2, index: 0};
......
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