Commit 862bfe50 authored by DongRuifen's avatar DongRuifen

router跳转

parent 907d0607
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
// duration: 2000 // duration: 2000
}); });
setTimeout(() => { setTimeout(() => {
this.$router.push({ this.$Router.push({
path: "/pages/home/detail", path: "/pages/home/detail",
query: { query: {
id: this.id id: this.id
......
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
}, },
// 上拉加载更多 // 上拉加载更多
onReachBottom() { onReachBottom() {
console,log("jiazai") // console,log("jiazai")
if (this.total > this.fiabricList.length) { if (this.total > this.fiabricList.length) {
this.size = this.size + 5; this.size = this.size + 5;
this.materialList(); this.materialList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment