提交 8e4759fe 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

test: 调试 ios 测试异常

上级 dfdcace3
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
}, },
onShow: function (options) { onShow: function (options) {
// 自动化测试 // 自动化测试
setLifeCycleNum(state.lifeCycleNum + 111) setLifeCycleNum(state.lifeCycleNum + 100)
setAppShowPath(options.path) setAppShowPath(options.path)
if(this.globalPropertiesStr === 'default string'){ if(this.globalPropertiesStr === 'default string'){
setLifeCycleNum(state.lifeCycleNum + 10) setLifeCycleNum(state.lifeCycleNum + 10)
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
// #endif // #endif
onError: function(error: any) { onError: function(error: any) {
console.log('App Error', error) console.log('App Error', error)
setLifeCycleNum(state.lifeCycleNum + 122) setLifeCycleNum(state.lifeCycleNum + 123)
}, },
methods: { methods: {
checkLaunchPath() : boolean { checkLaunchPath() : boolean {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册