Browse Source

修改bug

master
前端-胡立永 11 months ago
parent
commit
0d2f3b41bb
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      pages/auth/wxUserInfo.vue

+ 3
- 1
pages/auth/wxUserInfo.vue View File

@ -78,7 +78,9 @@
self.$api('infoUpdateInfo', self.userInfo, res => {
if (res.code == 200) {
uni.navigateBack(-1)
uni.navigateTo({
url:'/pages/index/index'
})
}
})
})


Loading…
Cancel
Save