修复:修复提示音

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

@@ -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'