Commit fa9554f3 by 李宏达

lhd

parent 7046846c
......@@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/projectmanage/main.js"
"program": "${workspaceFolder}/embed_applications/main.js"
}
]
}
\ No newline at end of file
......@@ -312,14 +312,14 @@
this.detailPageType = false;
scrollTo(0,0);
this.recommendationsObj = obj;
this.zccompanyPost();
this.portrayalArr = obj.hx_list;
console.log(this.portrayalArr,'11111111111111');
axios.post('http://43.247.184.92:8018/gsb/api/zcdetailcount',{
"ID": obj.ID,
"count":0
}).then( d => {
console.log(d,'=================================');
var data = d.data.data;
this.portrayalArr = d.data.company_keys;
this.recommendationsArr = data
})
},
......
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