提交 a8d19576 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

去掉无用日志

上级 42004450
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
} }
}, },
onLoad(event) { onLoad(event) {
console.log("event",event);
this.pageVisible = true; this.pageVisible = true;
this.post_id = event["post_id"] ?? ""; this.post_id = event["post_id"] ?? "";
this.cover = event["cover"] ?? ""; this.cover = event["cover"] ?? "";
......
...@@ -123,7 +123,6 @@ ...@@ -123,7 +123,6 @@
}); });
}, },
goDetail(e: Item) { goDetail(e: Item) {
console.log("eeee :",e);
const detail = e; const detail = e;
const post_id = detail.post_id; const post_id = detail.post_id;
const cover = detail.cover; const cover = detail.cover;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册