...
|
...
|
@@ -488,7 +488,7 @@ |
|
|
isApp: yoho.isApp,
|
|
|
isSoldOut: false,
|
|
|
isReady: false,
|
|
|
showPrefer: true, // TODO 为你优选大数据暂未实现,本期暂时屏蔽
|
|
|
showPrefer: false, // TODO 为你优选大数据暂未实现,本期暂时屏蔽
|
|
|
preferTitle: '为你优选',
|
|
|
preferList: []
|
|
|
};
|
...
|
...
|
@@ -602,24 +602,7 @@ |
|
|
|
|
|
if(self.showPrefer) {
|
|
|
$.get('/product/prefer').then(list => {
|
|
|
console.log(list.length)
|
|
|
self.preferList = list || [
|
|
|
{
|
|
|
goodsUrl: '//m.yohoblk.com',
|
|
|
default_images: '//img11.static.yhbimg.com/goodsimg/2016/12/26/17/01a77e16890169159034327b40ed95e0d9.png?imageMogr2/thumbnail/750x1000/extent/750x1000/background/d2hpdGU=/position/center/quality/80/interlace/1',
|
|
|
product_name: '测试产品fd测试产品fdsssfdssddfsdfsdfsssfdssddfsdfsdf',
|
|
|
market_price: '100',
|
|
|
sales_price: '50'
|
|
|
|
|
|
},{
|
|
|
goodsUrl: '//m.yohoblk.com',
|
|
|
default_images: '//img11.static.yhbimg.com/goodsimg/2016/12/26/17/01a77e16890169159034327b40ed95e0d9.png?imageMogr2/thumbnail/750x1000/extent/750x1000/background/d2hpdGU=/position/center/quality/80/interlace/1',
|
|
|
product_name: '测试产品测试产品fdsssfdssddfsdfsdffdsssfdssddfsdfsdf测试产品fdsssfdssddfsdfsdf',
|
|
|
market_price: '100',
|
|
|
sales_price: '50'
|
|
|
|
|
|
}
|
|
|
];
|
|
|
self.preferList = list;
|
|
|
});
|
|
|
}
|
|
|
});
|
...
|
...
|
|