This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
universal-wechat-uniapp-241007
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: 修改用户信息跳转链接为微信授权页面
原链接跳转至用户个人资料页,现改为跳转至微信授权页面以获取用户信息
master
前端-胡立永
1 day ago
parent
4e8ec0a951
commit
b1d246a0e7
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
}
)
/
/
u
n
i
.
n
a
v
i
g
a
t
e
T
o
(
{
/
/
u
r
l
:
`
/
p
a
g
e
s
_
o
r
d
e
r
/
p
r
o
f
i
l
e
/
u
s
e
r
P
r
o
f
i
l
e
?
u
s
e
r
I
d
=
$
{
t
h
i
s
.
u
s
e
r
I
n
f
o
.
i
d
}
`
/
/
}
)
}
,
}
}
Write
Preview
Loading…
Cancel
Save