jufubao-mall 1.0.71 → 1.0.72

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": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -465,6 +465,8 @@
465
465
  },
466
466
  curAddr(n, o){
467
467
  if((n != o || n.address_nnid != o.address_nnid)){
468
+ this.shopList = [];
469
+ this.tempShopList = [];
468
470
  this.p_getCartConfirm();
469
471
  }
470
472
  },