Commit a9731ae4 authored by 黄奎's avatar 黄奎

页面修改

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