|
|
|
@ -264,12 +264,11 @@ |
|
|
|
|
this.getNav(); |
|
|
|
|
// uni.showTabBar(); |
|
|
|
|
if (this.isLogin == true) { |
|
|
|
|
this.isAllSelect = true; //全不选 |
|
|
|
|
this.getCartList(); |
|
|
|
|
this.getCartNum(); |
|
|
|
|
this.goodsHidden = true; |
|
|
|
|
this.footerswitch = true; |
|
|
|
|
|
|
|
|
|
this.isAllSelect = true; //全不选 |
|
|
|
|
this.selectValue = []; //选中的数据 |
|
|
|
|
this.isShowAuth = false; |
|
|
|
|
uni.setStorage({ |
|
|
|
@ -680,8 +679,7 @@ |
|
|
|
|
item.list.forEach(p=>{ |
|
|
|
|
newArr.forEach(i=>{ |
|
|
|
|
if(p.product_id==i){ |
|
|
|
|
console.log(i) |
|
|
|
|
p.check=true |
|
|
|
|
|
|
|
|
|
this.$set(p,'check',true) |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|