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