jufubao-mall 2.0.78-beta2 → 2.0.78-beta3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
//设置业务请求代码
|
|
498
498
|
this.setNameSpace(options);
|
|
499
499
|
this.special_id = options.special_id;
|
|
500
|
-
this.category_id = options.category_id;
|
|
500
|
+
// this.category_id = options.category_id;
|
|
501
501
|
this.options = options;
|
|
502
502
|
this.$xdShowLoading({});
|
|
503
503
|
Promise.all([this.getSpecialHomeInfo(), this.getList()])
|
|
@@ -682,6 +682,7 @@
|
|
|
682
682
|
|
|
683
683
|
//分类列表信息
|
|
684
684
|
this.categories = this.$xdUniHelper.cloneDeep(new_categories);
|
|
685
|
+
this.category_id = this.categories[0].category_id;
|
|
685
686
|
//专题信息 - 广告位类型:视频|图片
|
|
686
687
|
let new_special = await this.getPoster(special);
|
|
687
688
|
this.special = Object.assign({}, new_special, {
|