Browse Source

商品详情页隐藏掉收藏按钮

yuxingxing 2 years ago
parent
commit
154e4020d0
2 changed files with 15 additions and 15 deletions
  1. 12 12
      components/homeList/index.vue
  2. 3 3
      pages/goods_details/index.vue

+ 12 - 12
components/homeList/index.vue

@@ -57,18 +57,18 @@
 						url: '/pages/goods/goods_list/index',
 						after: 'dialog_after'
 					},
-					{
-						name: this.$t(`购物车`),
-						icon: 'icon-gouwuche7',
-						url: '/pages/order_addcart/order_addcart',
-						after: 'dialog_after'
-					},
-					{
-						name: this.$t(`我的收藏`),
-						icon: 'icon-shoucang3',
-						url: '/pages/users/user_goods_collection/index',
-						after: 'dialog_after'
-					},
+					// {
+					// 	name: this.$t(`购物车`),
+					// 	icon: 'icon-gouwuche7',
+					// 	url: '/pages/order_addcart/order_addcart',
+					// 	after: 'dialog_after'
+					// },
+					// {
+					// 	name: this.$t(`我的收藏`),
+					// 	icon: 'icon-shoucang3',
+					// 	url: '/pages/users/user_goods_collection/index',
+					// 	after: 'dialog_after'
+					// },
 					{
 						name: this.$t(`个人中心`),
 						icon: 'icon-gerenzhongxin1',

+ 3 - 3
pages/goods_details/index.vue

@@ -162,11 +162,11 @@
 					<view class="iconfont icon-shouye6"></view>
 					<view class="p_center">{{ $t(`首页`) }}</view>
 				</navigator>
-				<view @click="setCollect" class="item skeleton-rect">
+				<!-- <view @click="setCollect" class="item skeleton-rect">
 					<view class="iconfont icon-shoucang1" v-if="storeInfo.userCollect"></view>
 					<view class="iconfont icon-shoucang" v-else></view>
 					<view class="p_center">{{ $t(`收藏`) }}</view>
-				</view>
+				</view> -->
 				<view class="animated item skeleton-rect" :class="animated == true ? 'bounceIn' : ''" @click="goCart">
 					<u-icon name="rmb-circle" size="21"></u-icon>
 					<!-- <view class="iconfont icon-gouwuche1">
@@ -1708,7 +1708,7 @@ export default {
 }
 
 .virbnt {
-	width: 444rpx !important;
+	width: 544rpx !important;
 	height: 76rpx !important;
 	border-radius: 50rpx !important;
 	overflow: hidden;