丢弃报错的银联插件

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

@@ -200,7 +200,7 @@
} catch (err) {
uni.hideLoading()
uni.showToast({
title: `${err}`,
title: err.msg || '网络异常',
icon: 'none'
})
console.error('绑定设备失败:', err)
@@ -215,7 +215,7 @@
// 跳转成功页
const goNext = () => {
uni.redirectTo({
url: '/pageSubPack/payment-list/addPaymentSuccess'
url: '/pageSubPack/payment-list/addPaymentSuccess?type=bind'
})
}