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
04eea47a7b392f8f7f9b08e212f988840a26bbca
Authored by
yvan.ni
2021-11-12 10:36:56 +0800
1 parent
959f0740
点击跳转
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/group_list/group_list.js
packageC/pages/group_list/group_list.js
View file @
04eea47
...
...
@@ -247,7 +247,7 @@ Page({
247
247
},
248
248
249
249
goto(e) {
250
- let url = e.
t
arget.dataset.url;
250
+ let url = e.
currentT
arget.dataset.url;
251
251
app.goto(url);
252
252
},
253
253
...
...