|
|
@ -37,6 +37,7 @@ const getList = uni.$util.throttle(() => { |
|
|
const updateUserInfo = () => { |
|
|
const updateUserInfo = () => { |
|
|
userStore.bindUser(list.value[activeKey.value].id as number).then(() => { |
|
|
userStore.bindUser(list.value[activeKey.value].id as number).then(() => { |
|
|
reset() |
|
|
reset() |
|
|
|
|
|
userStore.getUserInfo() |
|
|
uni.showToast({ title: '绑定成功', icon: 'none' }) |
|
|
uni.showToast({ title: '绑定成功', icon: 'none' }) |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|