From e8b665122cf256caae4993534c696d029883f0d5 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期三, 05 三月 2025 10:52:03 +0800
Subject: [PATCH] showmodal cancal 改成 close

---
 App.vue |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/App.vue b/App.vue
index 514d2de..9c61ef0 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