Commit 86c0b501 by 任建

rj

parent 4a1844d3
......@@ -1465,7 +1465,7 @@
var data = d.data.data;
this.portrayalArr = d.data.company_keys;
this.arrList = this.recommendationsArr;
this.recommendationsArr = data
this.recommendationsArr = data;
});
},
/*before(i) {
......@@ -1477,7 +1477,7 @@
next () {
this.detailPageType = true;
this.zccompanyPost();
this.zcPost()
this.zcPost();
},
LookHome() {
this.listPageType = true;
......@@ -1533,7 +1533,7 @@
var data = d.data.data;
this.portrayalArr = d.data.company_keys;
this.arrList = this.recommendationsArr;
this.recommendationsArr = data
this.recommendationsArr = data;
})
},
zcPost(size) {
......@@ -1563,6 +1563,7 @@
this.loading=false;
setTimeout(()=>{
this.colorChild1();
this.colorChild2();
},100)
})
},
......
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