丢弃报错的银联插件

This commit is contained in:
zhouyanli
2026-06-08 17:16:46 +08:00
parent d26bd4e86b
commit ebdfa8d95e
23 changed files with 228 additions and 706 deletions

View File

@@ -161,7 +161,7 @@
})
} catch (err) {
uni.showToast({
title: `${err}`,
title: err.msg || '网络异常',
icon: 'none'
})
console.error('列表接口报错:', err)