onLaunch: function() {
this.checkArguments(); // 检测启动参数
// 重点是以下: 一定要监听后台恢复 !一定要
plus.globalEvent.addEventListener('newintent', (e) => {
this.checkArguments(); // 检测启动参数
});
},
methods: {
checkArguments() {
// #ifdef APP-PLUS
//这里没有按照官方说的放在onshow里面,,,他的启动来源在onshow里头会缓存
console.log('Shortcut-plus.runtime.launcher: ' +
plus.runtime.launcher,plus.runtime.arguments,plus.runtime.launchLoadedTime);
// #endif
}
}
2 个回复
1***@139.com
13921278449@139.com,手机里全是阿拉伯文字,请帮我恢复中文,谢谢
DCloud_Android_ST
收到