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
5c226b58539b10ad50fd5f74f9431e6c55f3467f
Authored by
yvan.ni
2021-04-29 15:49:20 +0800
1 parent
9f277806
跳转到首页
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart/cart.js
pages/cart/cart/cart.js
View file @
5c226b5
...
...
@@ -1332,7 +1332,7 @@ Page({
1332
1332
},
1333
1333
//跳到首页
1334
1334
goto: function(e) {
1335
-
navigateTo({
1335
+
wx.
navigateTo({
1336
1336
url: '/pages/index/index/index',
1337
1337
})
1338
1338
},
...
...