diff --git a/components/diy/article-list.vue b/components/diy/article-list.vue index acb31c6e..725bb39f 100644 --- a/components/diy/article-list.vue +++ b/components/diy/article-list.vue @@ -216,9 +216,7 @@ return 'style5'; } }, - - // 事件 - + // 跳转链接 url_event(e) { app.globalData.url_event(e); }, diff --git a/components/diy/hot-zone.vue b/components/diy/hot-zone.vue index be092257..242febb5 100644 --- a/components/diy/hot-zone.vue +++ b/components/diy/hot-zone.vue @@ -78,6 +78,7 @@ }) .exec(); // 执行查询 }, + // 跳转链接 url_event(e) { app.globalData.url_event(e); }, diff --git a/components/diy/user-info.vue b/components/diy/user-info.vue index f1986acc..e6ccb521 100644 --- a/components/diy/user-info.vue +++ b/components/diy/user-info.vue @@ -11,7 +11,7 @@ - + @@ -30,6 +30,7 @@