Compare commits

...

2 Commits

  1. 1
      src/pages/mine/index.vue

1
src/pages/mine/index.vue

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

Loading…
Cancel
Save