From ecf14e5eeb661a6adf74fc52ae3837e961399b02 Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Wed, 12 Mar 2025 16:33:49 +0800
Subject: [PATCH 1/3] =?UTF-8?q?style:=20=E7=BB=9F=E4=B8=80=E6=8B=8D?=
=?UTF-8?q?=E5=93=81=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/pages/liveRoom/index.client.vue | 2 +-
i18n/locales/en-US.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/pages/liveRoom/index.client.vue b/app/pages/liveRoom/index.client.vue
index 4a107b2..322ad64 100644
--- a/app/pages/liveRoom/index.client.vue
+++ b/app/pages/liveRoom/index.client.vue
@@ -183,7 +183,7 @@ const tipOpen = () => {
-
LOT{{ Number(auctionData.artwork.index+25000) }}
+
Lot{{ Number(auctionData.artwork.index+25000) }}
{{ auctionData.artwork.name }}
{{ t('live_room.start') }}
diff --git a/i18n/locales/en-US.json b/i18n/locales/en-US.json
index 1f6f939..359a635 100644
--- a/i18n/locales/en-US.json
+++ b/i18n/locales/en-US.json
@@ -493,7 +493,7 @@
"detail": "Lot Details",
"description": "Lot Description"
},
- "lotDetail": "LOT Details",
+ "lotDetail": "Lot Details",
"refresh": {
"success": "Refresh successful",
"noMore": "No more data"
From a378a45b199aa24ad96a1033c72e18ab2b732992 Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Thu, 13 Mar 2025 11:19:50 +0800
Subject: [PATCH 2/3] 1231
---
app/pages/login/index.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue
index b3e0ef6..0d601f4 100644
--- a/app/pages/login/index.vue
+++ b/app/pages/login/index.vue
@@ -102,7 +102,13 @@ blockY:0
const getCode =async () => {
isShow.value=true
loadingRef.value.loading1=true
- const res=await userCaptcha(captcha.value)
+ const res=await userCaptcha({
+ canvasWidth:captcha.value.canvasWidth,
+ canvasHeight:captcha.value.canvasHeight,
+ blockWidth:captcha.value.blockWidth,
+ blockHeight:captcha.value.blockHeight,
+ place:captcha.value.place
+ })
if (res.status===0){
captcha.value.canvasSrc=`data:image/png;base64,${res.data.canvasSrc}`
captcha.value.blockSrc=`data:image/png;base64,${res.data.blockSrc}`
From e57f75880460c7b65b9c511f7ce6df55174a20ec Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Thu, 13 Mar 2025 11:29:39 +0800
Subject: [PATCH 3/3] 1231
---
app/pages/publicLiveRoom/index.client.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/app/pages/publicLiveRoom/index.client.vue b/app/pages/publicLiveRoom/index.client.vue
index 204c764..beced24 100644
--- a/app/pages/publicLiveRoom/index.client.vue
+++ b/app/pages/publicLiveRoom/index.client.vue
@@ -49,6 +49,7 @@ const initializePlayer = async () => {
height: '100%', //容器的大小
skinLayout: false,
controlBarVisibility: 'never',
+ env: 'SEA' ,
license: {
domain: "szjixun.cn",
key: "OProxmWaOZ2XVHXLtf4030126521c43429403194970aa8af9"