From 9da61d8f938f7a52736841303d2ec1fe1b26ee8e Mon Sep 17 00:00:00 2001 From: Eudemon Date: Wed, 19 Mar 2025 20:59:39 +0800 Subject: [PATCH] fixed --- .env | 16 ++-- index.html | 4 +- src/components/layout/MobileLayout.vue | 16 +++- src/manifest.json | 12 +-- src/pages.json | 4 +- src/pages/wallet/DepositOrderDetail.vue | 6 +- .../wallet/components/DepositServiceItem.vue | 2 +- src/pages/wallet/components/OnlineDeposit.vue | 82 +++++++++---------- .../wallet/components/SelfServiceUtrItem.vue | 3 +- src/store/useAppStore.js | 4 +- src/store/useDepositStore.js | 1 + 11 files changed, 82 insertions(+), 68 deletions(-) diff --git a/.env b/.env index 7292e75..f9e1aaf 100644 --- a/.env +++ b/.env @@ -1,16 +1,16 @@ VITE_APP_H5_NO=1 VITE_CHANNEL_ID="" -VITE_APP_NAME=Spinz777 -# VITE_APP_NAME=Winzz777 +# VITE_APP_NAME=Spinz777 +VITE_APP_NAME=Winzz777 VITE_APP_THEME=red -VITE_APP_ID=101 -# VITE_APP_ID=103 -VITE_APP_DOWNLOAD_URL="https://www.777spinz.com/spinz777_101_1.0.0.apk" -# VITE_APP_DOWNLOAD_URL="https://www.777spinz.com/Winzz777_103_100.apk" +# VITE_APP_ID=101 +VITE_APP_ID=103 +# VITE_APP_DOWNLOAD_URL="https://www.777spinz.com/spinz777_101_1.0.0.apk" +VITE_APP_DOWNLOAD_URL="https://www.777spinz.com/Winzz777_103_100.apk" VITE_APP_LOCALE=en VITE_APP_IMAGE_URL="https://img1.sp77.in/frontimg" VITE_WALLET_URL="https://inrchain.in/#/?inviteCode=m5ncrxv0" -VITE_NAME_UPPER=SPINZ777 -# VITE_NAME_UPPER=WINZZ777 +# VITE_NAME_UPPER=SPINZ777 +VITE_NAME_UPPER=WINZZ777 VITE_CURRENCY=INR VITE_CURRENCY_SYMBOL=₹ \ No newline at end of file diff --git a/index.html b/index.html index 34f485c..caa5bb1 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ '') --> - Spinz777 - + + Winzz777 diff --git a/src/components/layout/MobileLayout.vue b/src/components/layout/MobileLayout.vue index 168197a..48cc565 100644 --- a/src/components/layout/MobileLayout.vue +++ b/src/components/layout/MobileLayout.vue @@ -1,5 +1,5 @@