Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
863911f4
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
863911f4
编写于
7月 23, 2024
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: api 新增 getlaunchoptionssync
上级
5dfefbdc
变更
5
展开全部
隐藏空白更改
内联
并排
Showing
5 changed file
with
38 addition
and
21 deletion
+38
-21
docs/.vuepress/utils/utsApiJson.json
docs/.vuepress/utils/utsApiJson.json
+1
-1
docs/api/_sidebar.md
docs/api/_sidebar.md
+1
-1
docs/api/get-launch-options-sync.md
docs/api/get-launch-options-sync.md
+1
-17
docs/api/launch.md
docs/api/launch.md
+33
-0
docs/collocation/app.md
docs/collocation/app.md
+2
-2
未找到文件。
docs/.vuepress/utils/utsApiJson.json
浏览文件 @
863911f4
此差异已折叠。
点击以展开。
docs/api/_sidebar.md
浏览文件 @
863911f4
...
...
@@ -6,7 +6,7 @@
*
[
环境变量
](
env.md
)
*
[
事件总线
](
event-bus.md
)
*
[
拦截器
](
interceptor.md
)
*
[
获取启动参数
](
get-launch-options-sync
.md
)
*
[
启动
](
launch
.md
)
*
[
退出应用
](
exit.md
)
*
[
获取服务提供商
](
provider.md
)
*
[
getPerformance
](
get-performance.md
)
...
...
docs/api/get-launch-options-sync.md
浏览文件 @
863911f4
## uni.getLaunchOptionsSync() @getlaunchoptionssync
<!-- UTSAPIJSON.getLaunchOptionsSync.description -->
<!-- UTSAPIJSON.getLaunchOptionsSync.compatibility -->
<!-- UTSAPIJSON.getLaunchOptionsSync.param -->
<!-- UTSAPIJSON.getLaunchOptionsSync.returnValue -->
<!-- UTSAPIJSON.getLaunchOptionsSync.example -->
<!-- UTSAPIJSON.getLaunchOptionsSync.tutorial -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
文档已迁移,请前往
[
launch
](
launch.md
)
查看最新文档
docs/api/launch.md
0 → 100644
浏览文件 @
863911f4
## uni.getLaunchOptionsSync() @getlaunchoptionssync
<!-- UTSAPIJSON.getLaunchOptionsSync.description -->
<!-- UTSAPIJSON.getLaunchOptionsSync.compatibility -->
<!-- UTSAPIJSON.getLaunchOptionsSync.param -->
<!-- UTSAPIJSON.getLaunchOptionsSync.returnValue -->
<!-- UTSAPIJSON.getLaunchOptionsSync.example -->
<!-- UTSAPIJSON.getLaunchOptionsSync.tutorial -->
## uni.getEnterOptionsSync() @getenteroptionssync
<!-- UTSAPIJSON.getEnterOptionsSync.description -->
<!-- UTSAPIJSON.getEnterOptionsSync.compatibility -->
<!-- UTSAPIJSON.getEnterOptionsSync.param -->
<!-- UTSAPIJSON.getEnterOptionsSync.returnValue -->
<!-- UTSAPIJSON.getEnterOptionsSync.example -->
<!-- UTSAPIJSON.getEnterOptionsSync.tutorial -->
<!-- UTSAPIJSON.launch.example -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
docs/collocation/app.md
浏览文件 @
863911f4
...
...
@@ -16,7 +16,7 @@
|函数名|说明|平台兼容|
|:-|:-|:-|
|onLaunch|当
`uni-app-x`
初始化完成时触发(全局只触发一次),参数为应用启动参数,同
[
uni.getLaunchOptionsSync
](
../api/
get-launch-options-sync
.md#getlaunchoptionssync
)
的返回值||
|onLaunch|当
`uni-app-x`
初始化完成时触发(全局只触发一次),参数为应用启动参数,同
[
uni.getLaunchOptionsSync
](
../api/
launch
.md#getlaunchoptionssync
)
的返回值||
|onShow|当
`uni-app-x`
启动,或从后台进入前台显示,参数为应用启动参数||
|onHide|当
`uni-app-x`
从前台进入后台,包括手机息屏||
|onLastPageBackPress|最后一个页面按下Android back键,常用于自定义退出|app-uvue-android 3.9+|
...
...
@@ -29,7 +29,7 @@
**注意**
-
**应用生命周期仅可在`App.uvue`中监听,在其它页面监听无效**
。
-
应用启动参数,可以在API
`uni.getLaunchOptionsSync`
获取,
[
详见
](
../api/
get-launch-options-sync
.md#getlaunchoptionssync
)
-
应用启动参数,可以在API
`uni.getLaunchOptionsSync`
获取,
[
详见
](
../api/
launch
.md#getlaunchoptionssync
)
-
由于Android的
`uni.exit()`
是
[
热退出
](
../api/exit.md
)
,此时很多代码逻辑仍然在运行,有些on的事件监听并没有off,需要开发者在onExit生命周期中编写代码处理。比如在app的onLaunch里通过onXX监听了某事件,那么就需要在onExit里调用offXX取消某事件的监听,否则反复热退出、启动,会多次on而不会off,这会引发内存泄露。
## globalData
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录