修复:修复提示音
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user