From 986da22689dc9a5faef751c02348fb1f47584414 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 21 三月 2025 18:53:01 +0800 Subject: [PATCH] Merge branch 'master' of http://121.37.118.194:8000/r/~jt/MES-PDA --- App.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/App.vue b/App.vue index 514d2de..e88a317 100644 --- a/App.vue +++ b/App.vue @@ -22,6 +22,16 @@ this.initscan(); }, onShow: function() { + // 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