Commit a823e153 authored by 黄奎's avatar 黄奎

页面修改

parent 53940933
...@@ -820,16 +820,18 @@ ...@@ -820,16 +820,18 @@
price: x.SalesPrice, price: x.SalesPrice,
goodType: x.goodType, goodType: x.goodType,
subname: x.Address, subname: x.Address,
imglist: x.ImgList
}); });
} }
if (x.goodType == 2 || x.goodType == 3) { if (x.goodType == 2 || x.goodType == 3) {
myArray.push({ myArray.push({
id: x.ID, id: x.ID,
name: x.Name, name: x.Name,
subname: x.Feature, subname: x.Address,
picUrl: x.CoverImg, picUrl: x.CoverImg,
price: x.SalesPrice, price: x.SalesPrice,
goodType: x.goodType goodType: x.goodType,
imglist: x.ImgList
}); });
} }
if (x.goodType == 4) { if (x.goodType == 4) {
...@@ -840,6 +842,7 @@ ...@@ -840,6 +842,7 @@
price: x.B2BPrice, price: x.B2BPrice,
goodType: x.goodType, goodType: x.goodType,
subname: x.ProductRecommend, subname: x.ProductRecommend,
imglist: x.ImgList
}); });
} }
}); });
......
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