From a94f1b73dce878f7102081aae0d796c233a4699f Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期二, 20 五月 2025 16:04:49 +0800
Subject: [PATCH] 绑定班次

---
 App.vue |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/App.vue b/App.vue
index 9c61ef0..bcb407c 100644
--- a/App.vue
+++ b/App.vue
@@ -1,37 +1,39 @@
 <script>
 	export default {
 		globalData: {
-			isMobox3:true,
-			deviceId:"",
-			cname:"",
+			isMobox3: true,
+			deviceId: "",
+			cname: "",
 			mobox3ApiUrl: {
 				org: "",
 				data: "",
 				mobox: "",
 			},
-			mobox2ApiUrl:"",
+			mobox2ApiUrl: "",
 			loginUser: {
 				id: "",
 				name: "",
 				pwd: ""
 			},
-			sessionId: ""
+			sessionId: "",
+			bindClasses: false,
+			classes: ""
 		},
 		onLaunch: function() {
 			console.log('App Launch');
 			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