修复:修改提示语类型

This commit is contained in:
2025-12-03 17:08:27 +08:00
parent 44096df651
commit 5d7c0042b3

View File

@@ -226,7 +226,7 @@
console.log('init失败了/谷歌商店没有登录');
uni.showToast({
title: t('order.unusable'),
icon: 'fail'
icon: 'error'
})
// 初始化失败
isConnected.value = false;