Commit 86c0b501 by 任建

rj

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