修复:修复提示音

This commit is contained in:
2025-12-03 17:03:07 +08:00
parent 008bc08f81
commit c2221bae4c
4 changed files with 5 additions and 6 deletions

View File

@@ -237,7 +237,6 @@ export async function getBookBuyConfigList(type: string, qudao: string) {
* @param id 101众妙之门隐私政策 * @param id 101众妙之门隐私政策
*/ */
export async function getAgreement(id: string) { export async function getAgreement(id: string) {
console.log(id, 'id');
const res = await mainClient.request<IApiResponse>({ const res = await mainClient.request<IApiResponse>({
url: '/sys/agreement/getAgreement', url: '/sys/agreement/getAgreement',
method: 'POST', method: 'POST',

View File

@@ -498,7 +498,7 @@
"readAgreeServices": "Please read and agree to the value-added services first", "readAgreeServices": "Please read and agree to the value-added services first",
"orderDetails": "Order Details", "orderDetails": "Order Details",
"pointsRecord": "Points consumption record", "pointsRecord": "Points consumption record",
"unusable": "The billing service cannot be used on the device", "unusable": "The billing service cannot be used",
"give": "give" "give": "give"
}, },
"vip": { "vip": {

View File

@@ -498,7 +498,7 @@
"readAgreeServices": "请先阅读并同意增值服务", "readAgreeServices": "请先阅读并同意增值服务",
"orderDetails": "订单详情", "orderDetails": "订单详情",
"pointsRecord": "积分消费记录", "pointsRecord": "积分消费记录",
"unusable": "设备上无法使用计费服务", "unusable": "无法用计费服务",
"give": "赠" "give": "赠"
}, },
"vip": { "vip": {

View File

@@ -223,9 +223,9 @@
getQuerySku() getQuerySku()
// 初始化成功 // 初始化成功
} else { } else {
console.log('init失败了'); console.log('init失败了/谷歌商店没有登录');
uni.showToast({ uni.showToast({
title: '设备上无法使用计费服务', title: t('order.unusable'),
icon: 'fail' icon: 'fail'
}) })
// 初始化失败 // 初始化失败
@@ -251,7 +251,7 @@
getPayAll() getPayAll()
uni.hideLoading() uni.hideLoading()
} else { } else {
console.log('查询失败', e); console.log('查询失败\网络连接失败', e);
uni.showToast({ uni.showToast({
title: t('global.networkConnectionError'), title: t('global.networkConnectionError'),
icon: 'error' icon: 'error'