This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
pay-video-applet-uniapp-24-8-22
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修改bug
master
前端-胡立永
11 months ago
parent
a64dd1e291
commit
0d2f3b41bb
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
}
)
}
}
)
}
)
Write
Preview
Loading…
Cancel
Save