丢弃报错的银联插件
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
})
|
||||
} catch (err) {
|
||||
uni.showToast({
|
||||
title: `${err}`,
|
||||
title: err.msg || '网络异常',
|
||||
icon: 'none'
|
||||
})
|
||||
console.error('列表接口报错:', err)
|
||||
|
||||
Reference in New Issue
Block a user