diff --git a/app/pages/payment/result/index.vue b/app/pages/payment/result/index.vue
index db87be4..3440eb2 100644
--- a/app/pages/payment/result/index.vue
+++ b/app/pages/payment/result/index.vue
@@ -22,7 +22,7 @@ const queryOrder = async () => {
}
showLoadingToast({
- message: '加载中...',
+ message:t('common.loading'),
forbidClick: true,
});
diff --git a/app/pages/signature/panel/index.vue b/app/pages/signature/panel/index.vue
index b833eb7..45db0ef 100644
--- a/app/pages/signature/panel/index.vue
+++ b/app/pages/signature/panel/index.vue
@@ -23,7 +23,7 @@ const submitSignature = () => {
return;
}
toast.value=showLoadingToast({
- message: '加载中...',
+ message: $t('common.loading'),
forbidClick: true,
});
const { data } = signaturePad.value?.saveSignature(); // 返回 base64 格式的图片数据
diff --git a/app/pages/signature/protocol/index.vue b/app/pages/signature/protocol/index.vue
index cbbb5a6..718c49a 100644
--- a/app/pages/signature/protocol/index.vue
+++ b/app/pages/signature/protocol/index.vue
@@ -47,7 +47,8 @@ const handleCollapseChange = (name) => {
}
const goSignature =useThrottleFn(async () => {
- const res = await signOnline({
+ if(userInfo.value.userExtend.isMainland===1){
+ const res = await signOnline({
auctionArtworkUuid:payment.value.auctionArtworkUuid
})
if (res.status===0){
@@ -60,10 +61,12 @@ const goSignature =useThrottleFn(async () => {
}
}
- console.log('goSignature')
- // router.push({
- // path: '/signature/panel'
- // })
+ }else if(userInfo.value.userExtend.isMainland===0){
+ router.push({
+ path: '/signature/panel'
+ })
+ }
+
},2000)
diff --git a/i18n/locales/en-US.json b/i18n/locales/en-US.json
index f4f4173..c0ec6f9 100644
--- a/i18n/locales/en-US.json
+++ b/i18n/locales/en-US.json
@@ -173,7 +173,9 @@
"text5": "Artwork Introduction",
"text6": "Starting Price",
"text7": "Bid History",
- "text8": "Lot Details"
+ "text8": "Lot Details",
+ "text10": "Call amount",
+ "text11": "Serial number"
},
"art_detail_page": {
"button": "Proceed to payment",
@@ -184,7 +186,7 @@
"tab1": "Lots List",
"tab2": "Auction Instructions",
"lot_detail": "Lot Details",
- "refresh_show": "Refresh successful",
+ "refresh_show": "Refresh successfully",
"finished_text": "No more data",
"start_price": "Starting Price",
"close_price": "Hammer Price",
@@ -314,7 +316,7 @@
}
},
"liveRoom": {
- "loading": "Live stream loading...",
+ "loading": "Live broadcast loading...",
"error": {
"player": "Player error:",
"init": "Player initialization failed:",
diff --git a/i18n/locales/ja-JP.json b/i18n/locales/ja-JP.json
index 228837a..a316c82 100644
--- a/i18n/locales/ja-JP.json
+++ b/i18n/locales/ja-JP.json
@@ -173,7 +173,9 @@
"text5": "作品説明",
"text6": "開始価格",
"text7": "入札履歴",
- "text8": "商品詳細"
+ "text8": "商品詳細",
+ "text10": "呼び出し金額",
+ "text11": "シリアルナンバー"
},
"art_detail_page": {
"button": "支払う",
@@ -184,7 +186,7 @@
"tab1": "商品一覧",
"tab2": "オークション説明",
"lot_detail": "商品詳細",
- "refresh_show": "更新成功",
+ "refresh_show": "正常にリフレッシュします",
"finished_text": "これ以上ありません",
"start_price": "開始価格",
"close_price": "落札価格",
@@ -314,7 +316,7 @@
}
},
"liveRoom": {
- "loading": "ライブストリーム読み込み中...",
+ "loading": "ライブブロードキャストの読み込み...",
"error": {
"player": "プレーヤーエラー:",
"init": "プレーヤーの初期化に失敗しました:",
diff --git a/i18n/locales/zh-CN.json b/i18n/locales/zh-CN.json
index 6e9f690..376c725 100644
--- a/i18n/locales/zh-CN.json
+++ b/i18n/locales/zh-CN.json
@@ -174,7 +174,9 @@
"text6": "起拍价",
"text7": "竞价表",
"text8": "拍卖品详情",
- "text9": "固定跳价"
+ "text9": "固定跳价",
+ "text10": "叫价金额",
+ "text11": "序号"
},
"art_detail_page": {
"button": "去支付",
diff --git a/i18n/locales/zh-TW.json b/i18n/locales/zh-TW.json
index bf34b19..5e9694f 100644
--- a/i18n/locales/zh-TW.json
+++ b/i18n/locales/zh-TW.json
@@ -224,7 +224,9 @@
"text5": "畫作簡介",
"text6": "起拍價",
"text7": "競價表",
- "text8": "拍賣品詳情"
+ "text8": "拍賣品詳情",
+ "text10": "叫價金額",
+ "text11": "序號"
},
"art_detail_page": {
"button": "去支付",