提交 a5944d62 编写于 作者: 芊里

页面无关方法删除

上级 2243af79
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
}, },
methods: { methods: {
/** /**
* 切换商品列表布局方向 * 切换商品列表布局方向(未实现)
*/ */
select() { select() {
this.formData.waterfall = !this.formData.waterfall; this.formData.waterfall = !this.formData.waterfall;
...@@ -39,17 +39,6 @@ ...@@ -39,17 +39,6 @@
onReachBottom() { onReachBottom() {
this.$refs.newsList.loadMore(); this.$refs.newsList.loadMore();
} }
},
watch: {
searchText(value) {
this.search(value);
}
},
computed: {
listTitle() {
if (this.searchText) return '搜索结果';
return '';
}
} }
}; };
</script> </script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册