This commit is contained in:
parent
87662fa823
commit
b7e12791e8
|
|
@ -180,6 +180,10 @@ const handleAdd = async () => {
|
|||
if (!confirm) return
|
||||
const res = await appBindNumApi(params)
|
||||
console.log('🚀 ~ bind ~ res:', res)
|
||||
uni.showToast({
|
||||
title: '操作成功!',
|
||||
icon: 'none',
|
||||
})
|
||||
getCodeList()
|
||||
} catch (error) {
|
||||
console.log('🚀 ~ handleAdd ~ error:', error)
|
||||
|
|
|
|||
Loading…
Reference in New Issue