zhengjinyi 5 năm trước cách đây
mục cha
commit
8c25d7467a
1 tập tin đã thay đổi với 0 bổ sung9 xóa
  1. 0 9
      pages/tabBar/cart/cart.vue

+ 0 - 9
pages/tabBar/cart/cart.vue

@@ -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: {