提交 6a2358df 编写于 作者: 芊里

test

上级 e3b23a49
......@@ -147,7 +147,6 @@
},
loadData(data) {
console.log(data);
//如果上一页未传递标题过来(如搜索直达详情),则从新闻详情中读取标题
if (this.title == '' && data[0].title) {
this.title = data[0].title
......@@ -156,7 +155,6 @@
});
}
console.log(this.title);
this.setFavorite();
},
/**
......
......@@ -128,7 +128,6 @@
checkUpdate()
},
tapGrid(index) {
console.log(this.userInfo);
uni.showToast({
title: '你点击了,第' + (index + 1) + '',
icon: 'none'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册