|
|
@@ -265,12 +265,12 @@ export default {
|
|
|
forbidClick: true
|
|
|
});
|
|
|
this.getBanner();
|
|
|
- this.getProduct('DEFAULT', this.sortOptions['本期推荐']).then(res => {
|
|
|
- this.currentRecommendationList = res;
|
|
|
- });
|
|
|
- this.getProduct('DEFAULT', this.sortOptions['最HOT收藏品'], 4).then(res => {
|
|
|
- this.hotCollectionList = res;
|
|
|
- });
|
|
|
+ // this.getProduct('DEFAULT', this.sortOptions['本期推荐']).then(res => {
|
|
|
+ // this.currentRecommendationList = res;
|
|
|
+ // });
|
|
|
+ // this.getProduct('DEFAULT', this.sortOptions['最HOT收藏品'], 4).then(res => {
|
|
|
+ // this.hotCollectionList = res;
|
|
|
+ // });
|
|
|
// this.getMiner()
|
|
|
},
|
|
|
// 点赞的切换
|