Browse Source

fix: 修改用户信息跳转链接为微信授权页面

原链接跳转至用户个人资料页,现改为跳转至微信授权页面以获取用户信息
master
前端-胡立永 23 hours ago
parent
commit
b1d246a0e7
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      pages/index/center.vue

+ 4
- 1
pages/index/center.vue View File

@ -324,8 +324,11 @@
return
}
uni.navigateTo({
url: `/pages_order/profile/userProfile?userId=${this.userInfo.id}`
url: '/pages_order/auth/wxUserInfo?back=1'
})
// uni.navigateTo({
// url: `/pages_order/profile/userProfile?userId=${this.userInfo.id}`
// })
},
}
}


Loading…
Cancel
Save