diff --git a/App.vue b/App.vue index e8ee383..146ce3c 100644 --- a/App.vue +++ b/App.vue @@ -193,17 +193,20 @@ } // #endif // #ifdef APP-PLUS - // setTimeout(function(){ + setTimeout(function(){ var args = plus.runtime.arguments; if (args) { // 处理args参数,如直达到某新页面等 - console.log(plus.runtime.arguments) + console.log(args) } - // },3000) + },300) // #endif }, - onHide: function(){}, + onHide: function(){ + plus.runtime.arguments = '' + console.log('清空') + }, destroyed() { store.commit('setUserInfo', { 'playFlag': true diff --git a/pages.json b/pages.json index 39bea34..d686731 100644 --- a/pages.json +++ b/pages.json @@ -561,13 +561,13 @@ "text": "我" } ] - }, - "condition": { //模式配置,仅开发期间生效 - "current": 0, //当前激活的模式(list 的索引项) - "list": [{ - "name": "", //模式名称 - "path": "", //启动页面,必选 - "query": "" //启动参数,在页面的onLoad函数里面得到 - }] } + // "condition": { //模式配置,仅开发期间生效 + // "current": 0, //当前激活的模式(list 的索引项) + // "list": [{ + // "name": "", //模式名称 + // "path": "", //启动页面,必选 + // "query": "" //启动参数,在页面的onLoad函数里面得到 + // }] + // } } diff --git a/unpackage/debug/iOS_debug.ipa b/unpackage/debug/iOS_debug.ipa index f493f23..74f76c0 100644 Binary files a/unpackage/debug/iOS_debug.ipa and b/unpackage/debug/iOS_debug.ipa differ