Commit 7b2ac44e authored by lixy's avatar lixy

车型列表数据

parent 68c33e9d
...@@ -318,6 +318,8 @@ ...@@ -318,6 +318,8 @@
let listRs = undefined; let listRs = undefined;
if (!this.$utils.isEmpty(response.data.data) && this.$utils.isInteger(response.data.totalCount)) { if (!this.$utils.isEmpty(response.data.data) && this.$utils.isInteger(response.data.totalCount)) {
response.data.data.map(function(item){ response.data.data.map(function(item){
let arr = item.picture.split(",");
item.picture = arr?arr[0]: "";
item.keyword = item.keyword.replace(/\,/g,"|"); item.keyword = item.keyword.replace(/\,/g,"|");
item.brand = JSON.parse(item.brand); item.brand = JSON.parse(item.brand);
item.number = JSON.parse(item.number); item.number = JSON.parse(item.number);
......
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