From 9104222d52107d6244d034e4bbfa1c6408376900 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 16 五月 2025 18:53:01 +0800 Subject: [PATCH] 3202 --- App.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/App.vue b/App.vue index 9c61ef0..e88a317 100644 --- a/App.vue +++ b/App.vue @@ -22,16 +22,16 @@ this.initscan(); }, onShow: function() { - const args = plus.runtime.arguments || "" - if(args) - { - uni.showModal({ - title: "App鍙傛暟", - content: args, - showCancel: false, - confirmText:"cancel" - }); - } + // const args = plus.runtime.arguments || "" + // if(args) + // { + // uni.showModal({ + // title: "App鍙傛暟", + // content: args, + // showCancel: false, + // confirmText:"cancel" + // }); + // } console.log('App Show') }, onHide: function() { -- Gitblit v1.9.1