@@ -293,8 +293,6 @@ export async function redeem(description, name, phone, prizeId, score) {
}
export function notifyQuit() {
- window.parent?.postMessage({
- frome: 'game',
- message: 'quit',
- }, '*')
+ console.log('小游戏:调用父窗口的goBackSceneFu方法……')
+ window.parent?.goBackSceneFu()