From cf10b86c77def703f054c9665bb7e64d57a72855 Mon Sep 17 00:00:00 2001 From: Wayne Hsu Date: Wed, 31 May 2023 07:26:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5ws=20=E6=AA=A2=E6=9F=A5?= =?UTF-8?q?=E5=84=AA=E6=83=A0=E7=A2=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 ++ .env.h888 | 2 ++ .env.slash | 4 ++- src/pages/Cart/Checkout.vue | 64 +++++++++++++++++++++++++++++++++---- 4 files changed, 65 insertions(+), 7 deletions(-) diff --git a/.env.development b/.env.development index e6ab711..6290185 100644 --- a/.env.development +++ b/.env.development @@ -9,3 +9,5 @@ VITE_APP_SSO_URL = 'https://sso.h888.fun/api/v1' VITE_APP_LINE_CLIENT_ID = '1661025693' VITE_APP_LINE_CLIENT_SECRET = '914cc067cb11ffbd47640de8f3f4a00a' + +VITE_APP_WS_URL = 'ws://108.61.223.162:9501' \ No newline at end of file diff --git a/.env.h888 b/.env.h888 index 66a4fec..200075d 100644 --- a/.env.h888 +++ b/.env.h888 @@ -7,3 +7,5 @@ VITE_APP_SSO_URL = 'https://sso.h888.fun/api/v1' VITE_APP_LINE_CLIENT_ID = '1657876696' VITE_APP_LINE_CLIENT_SECRET = '2a7930d6143a00ff421812b942cde200' + +VITE_APP_WS_URL = 'ws://108.61.223.162:9501' \ No newline at end of file diff --git a/.env.slash b/.env.slash index a01540d..45b8252 100644 --- a/.env.slash +++ b/.env.slash @@ -8,4 +8,6 @@ VITE_APP_SSO_URL = 'https://sso.slash1000.com/api/v1' VITE_APP_LINE_CLIENT_ID = '1661025693' -VITE_APP_LINE_CLIENT_SECRET = '914cc067cb11ffbd47640de8f3f4a00a' \ No newline at end of file +VITE_APP_LINE_CLIENT_SECRET = '914cc067cb11ffbd47640de8f3f4a00a' + +VITE_APP_WS_URL = 'ws://167.179.106.36:9501' \ No newline at end of file diff --git a/src/pages/Cart/Checkout.vue b/src/pages/Cart/Checkout.vue index 5b08c8a..0aa2842 100644 --- a/src/pages/Cart/Checkout.vue +++ b/src/pages/Cart/Checkout.vue @@ -208,8 +208,8 @@
{{ bonus.name }} - 數量: {{ bonus.number }} 剩下: {{ bonus.remain }} 張數量: {{ bonus.number }} 剩下:
@@ -268,7 +268,7 @@