|
|
@@ -8,7 +8,6 @@ Component({
|
|
|
data: {},
|
|
|
methods: {
|
|
|
toInfoPage(event: WechatMiniprogram.TouchEvent) {
|
|
|
- console.log(event, '健康宣教',this.data.replace);
|
|
|
const id = event.currentTarget.id;
|
|
|
if (this.data.replace) {
|
|
|
wx.redirectTo({ url: `/module/article/pages/science-info/science-info?id=${id}` });
|