From 9201045a62b97c63e0cda7a63bc383b4074b2ee0 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期三, 16 四月 2025 16:22:12 +0800 Subject: [PATCH] d --- 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