Commit 862bfe50 authored by DongRuifen's avatar DongRuifen

router跳转

parent 907d0607
......@@ -82,7 +82,7 @@
// duration: 2000
});
setTimeout(() => {
this.$router.push({
this.$Router.push({
path: "/pages/home/detail",
query: {
id: this.id
......
......@@ -47,7 +47,7 @@ export default {
},
// 上拉加载更多
onReachBottom() {
console,log("jiazai")
// console,log("jiazai")
if (this.total > this.fiabricList.length) {
this.size = this.size + 5;
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