Commit a9731ae4 authored by 黄奎's avatar 黄奎

页面修改

parent e545e993
......@@ -733,7 +733,7 @@
//修改版权
TestMiniApp() {
var cmdStr = "";
//cmdStr="/api/Mall/GetHome";
cmdStr="/api/Mall/GetHome";
var postData = {
};
......
......@@ -818,13 +818,15 @@
name: x.HotelName,
picUrl: x.CoverImg,
price: x.SalesPrice,
goodType: x.goodType
goodType: x.goodType,
subname: x.Address,
});
}
if (x.goodType == 2 || x.goodType == 3) {
myArray.push({
id: x.ID,
name: x.Name,
subname: x.Feature,
picUrl: x.CoverImg,
price: x.SalesPrice,
goodType: x.goodType
......@@ -836,7 +838,8 @@
name: x.Title,
picUrl: x.CoverImg,
price: x.B2BPrice,
goodType: x.goodType
goodType: x.goodType,
subname: x.ProductRecommend,
});
}
});
......
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