|
@@ -120,8 +120,6 @@
|
|
|
},
|
|
|
CustomBar:this.CustomBar,// 顶部导航栏高度
|
|
|
isIphoneX:this.$store.state.isIphoneX,
|
|
|
- pathType:'',
|
|
|
- pathProductID:'',
|
|
|
userID:'',
|
|
|
alertType:'',
|
|
|
isStock:'',
|
|
@@ -148,13 +146,6 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(){
|
|
|
- this.pathType = this.$getStorage("cartPathType");
|
|
|
- this.pathProductID = this.$getStorage("cartPathId");
|
|
|
- if(this.pathType){
|
|
|
- this.nvabarData.haveBack = true
|
|
|
- }else{
|
|
|
- this.nvabarData.haveBack = false
|
|
|
- }
|
|
|
this.setScrollHeight();
|
|
|
},
|
|
|
computed: {
|