Commit 04eea47a7b392f8f7f9b08e212f988840a26bbca

Authored by yvan.ni
1 parent 959f0740

点击跳转

packageC/pages/group_list/group_list.js
@@ -247,7 +247,7 @@ Page({ @@ -247,7 +247,7 @@ Page({
247 }, 247 },
248 248
249 goto(e) { 249 goto(e) {
250 - let url = e.target.dataset.url; 250 + let url = e.currentTarget.dataset.url;
251 app.goto(url); 251 app.goto(url);
252 }, 252 },
253 253