Browse Source

上传

master
前端-胡立永 5 months ago
parent
commit
5f5586076d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages_order/auth/wxUserInfo.vue

+ 1
- 1
pages_order/auth/wxUserInfo.vue View File

@ -77,7 +77,7 @@
self.$api('infoUpdateInfo', self.userInfo, res => {
if (res.code == 200) {
uni.switchTab({
url:'/pages/center/center'
url:'/pages/index/index'
})
}
})


Loading…
Cancel
Save