wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1c666d38edcb47d2c615e00cc489a9a92563edf9
Authored by
yvan.ni
2023-04-26 15:31:00 +0800
1 parent
8d0c5060
积分充值的时候,页面的跳转的优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
packageD/pages/user/integral/msg/msg.js
packageD/pages/user/integral/msg/msg.js
View file @
1c666d3
...
...
@@ -68,10 +68,8 @@ Page({
68
68
})
69
69
},
70
70
homepage:function(){
71
-
72
- wx.navigateTo({
73
- url: "../../index/index",
74
- })
71
+
72
+ getApp().goto('/pages/index/index/index');
75
73
},
76
74
77
75
/**
...
...