当前位置:网站首页>Wechat game execution wx Navigatetominiprogram jumps to other games and returns to the black screen
Wechat game execution wx Navigatetominiprogram jumps to other games and returns to the black screen
2022-06-13 06:38:00 【l8487】
The black screen may be caused by
1、onshow Multiple monitoring
2、onshow Error report in execution
3、 No need to monitor onshow When , want offshow, otherwise onshow Will continue to execute the error report .
onshow Listening code
wx.onShow(function(res){
self.showEvent();
});
showEvent Code
showEvent(){
wx.offShow(function(){
});
}
边栏推荐
- Jetpack - basic use of room
- Introduction to applet layout
- Explication détaillée du triangle Yang hui
- Two uses of bottomsheetbehavior
- In kotlin?,!,?:,:, - & gt;、== Brief description of symbols
- 楊輝三角形詳解
- Using the shutter floor database framework
- Applet export (use) public function, public data
- 线程池学习
- Detailed explanation of the player network data reading process of ijkplayer code walkthrough 2
猜你喜欢
【新手上路常见问答】关于技术管理
Failed to extract manifest from apk: processexception:%1 is not a valid Win32 Application.
【sketchup 2021】草图大师的图像输出与渲染之样式说明【边线设置、平面设置、背景设置、水印设置、建模设置、天空背景创建天空、利用水印背景创建天空(重要)】
Jetpack - basic use of room
After clicking the uniapp e-commerce H5 embedded applet, the page prompts "the page iframe does not support referencing non business domain names"
‘ipconfig‘ 不是内部或外部命令,也不是可运行的程序 或批处理文件。
【2022高考季】作为一个过来人想说的话
MFS详解(五)——MFS元数据日志服务器安装与配置
电镀挂具RFID工序管理解决方案
Vector control of Brushless DC motor (4): sensorless control based on sliding mode observer
随机推荐
AI realizes "Resurrection" of relatives | old photo repair | old photo coloring, recommended by free app
【sketchup 2021】草图大师的图像输出与渲染之样式说明【边线设置、平面设置、背景设置、水印设置、建模设置、天空背景创建天空、利用水印背景创建天空(重要)】
Kotlin basic definition class, initialization and inheritance
Analysis of synchronized
Kotlin basic string operation, numeric type conversion and standard library functions
Thread correlation point
Thread pool learning
347. top k high frequency elements heap sort + bucket sort +map
MFS詳解(七)——MFS客戶端與web監控安裝配置
Detailed explanation of Yanghui triangle
Ijkplayer code walkthrough player network video data reading process details
vue3路由缓存组件状态以及设置转场动画
数据在内存中的存储(C语言)
Two uses of bottomsheetbehavior
Applet export (use) public function, public data
Intelligent digital asset management helps enterprises win the post epidemic Era
【sketchup 2021】草图大师中CAD文件的导入与建模(利用cad图纸在草图大师中建立立面模型)、草图大师导出成品为dwg格式的二维、三维、立面效果到cad中打开预览】
Binary search
Uniapp (upload local pictures, preview pictures, convert Base64 format, upload audio files)
c语言对文件相关的处理和应用