From c2221bae4c6ded11aa73c02c572a4ce9244a6b15 Mon Sep 17 00:00:00 2001 From: fuchao <2577131060@qq.com> Date: Wed, 3 Dec 2025 17:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/modules/user.ts | 1 - locale/en.json | 2 +- locale/zh-Hans.json | 2 +- pages/user/recharge/index.vue | 6 +++--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/api/modules/user.ts b/api/modules/user.ts index f30c907..ac6a8a6 100644 --- a/api/modules/user.ts +++ b/api/modules/user.ts @@ -237,7 +237,6 @@ export async function getBookBuyConfigList(type: string, qudao: string) { * @param id 101众妙之门隐私政策 */ export async function getAgreement(id: string) { - console.log(id, 'id'); const res = await mainClient.request({ url: '/sys/agreement/getAgreement', method: 'POST', diff --git a/locale/en.json b/locale/en.json index 6e03459..5b09c94 100644 --- a/locale/en.json +++ b/locale/en.json @@ -498,7 +498,7 @@ "readAgreeServices": "Please read and agree to the value-added services first", "orderDetails": "Order Details", "pointsRecord": "Points consumption record", - "unusable": "The billing service cannot be used on the device", + "unusable": "The billing service cannot be used", "give": "give" }, "vip": { diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json index 2aeb931..a42cb5c 100644 --- a/locale/zh-Hans.json +++ b/locale/zh-Hans.json @@ -498,7 +498,7 @@ "readAgreeServices": "请先阅读并同意增值服务", "orderDetails": "订单详情", "pointsRecord": "积分消费记录", - "unusable": "设备上无法使用计费服务", + "unusable": "无法用计费服务", "give": "赠" }, "vip": { diff --git a/pages/user/recharge/index.vue b/pages/user/recharge/index.vue index d5e3ff0..c837b9c 100644 --- a/pages/user/recharge/index.vue +++ b/pages/user/recharge/index.vue @@ -223,9 +223,9 @@ getQuerySku() // 初始化成功 } else { - console.log('init失败了'); + console.log('init失败了/谷歌商店没有登录'); uni.showToast({ - title: '设备上无法使用计费服务', + title: t('order.unusable'), icon: 'fail' }) // 初始化失败 @@ -251,7 +251,7 @@ getPayAll() uni.hideLoading() } else { - console.log('查询失败', e); + console.log('查询失败\网络连接失败', e); uni.showToast({ title: t('global.networkConnectionError'), icon: 'error'