jufubao-mall 2.0.31-beta106 → 2.0.31-beta107

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.31-beta106",
3
+ "version": "2.0.31-beta107",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -576,7 +576,9 @@
576
576
  if(!curCate.loaded){
577
577
  await this.p_getSubCateList();
578
578
  }
579
- this.prodScrollIntoView = this.getID(curCate);
579
+ this.$nextTick(() => {
580
+ this.prodScrollIntoView = this.getID(curCate);
581
+ })
580
582
  setTimeout(()=>{
581
583
  this.pointerScroll = true;
582
584
  }, 500)
@@ -501,6 +501,7 @@
501
501
  }
502
502
  if(options['brand_id']){
503
503
  this.brand_id = options['brand_id'];
504
+ this.$set(this.searchFilterParams, 'brand', options['brand_id'].split(','));
504
505
  delete options['brand_id'];
505
506
  }
506
507
  if(options['shop_category_ids']) {