This commit is contained in:
bb_pan 2025-12-29 17:15:25 +08:00
parent 87662fa823
commit b7e12791e8
1 changed files with 4 additions and 0 deletions

View File

@ -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)