Commit a823e153 authored by 黄奎's avatar 黄奎

页面修改

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