From 94c2cf59a5e7fcc21a9a721e8c1fcbc9fffadd6a Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 16:37:51 +0800
Subject: [PATCH] feat:购有趣

---
 App.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/App.vue b/App.vue
index df3e9ab..255140f 100644
--- a/App.vue
+++ b/App.vue
@@ -6,8 +6,8 @@
 			if(args){
 				// 处理args参数,如直达到某新页面等
 				console.log('args', args)
-				if(args.indexOf('lzzzsc-app') >= 0) {
-					args = args.replace("lzzzsc-app://", "/")
+				if(args.indexOf('gyq-app') >= 0) {
+					args = args.replace("gyq-app://", "/")
 					return uni.redirectTo({
 						url: args
 					})
@@ -21,7 +21,7 @@
 				console.log('getConfig', res.data)
 				if(res.code == 1){
 					try {
-						const token = uni.getStorageSync('lzsc-token');
+						const token = uni.getStorageSync('pig-token');
 						if (!token) {
 							/*
 							uni.redirectTo({
@@ -105,7 +105,7 @@
 	.noDataBtn{
 		width: 240upx !important;
 		margin: 50upx auto;
-		background-color: #ff7945;
+		background-color: #4766FE;
 		color: #ffffff !important;
 		letter-spacing: 10upx;
 		height: 70upx;
@@ -113,3 +113,6 @@
 		border-radius: 50upx;
 	}
 </style>
+<style lang="scss">
+	@import '@/uni_modules/uv-ui-tools/index.scss';
+</style>
\ No newline at end of file

--
Gitblit v1.9.3