shish 1 год назад
Родитель
Сommit
7766fe4c96
2 измененных файлов с 2 добавлено и 10 удалено
  1. 1 5
      mallApp/src/pages/home/category.vue
  2. 1 5
      mallApp/src/pages/item/item.vue

+ 1 - 5
mallApp/src/pages/home/category.vue

@@ -8,10 +8,6 @@
 					<view class="shop_title">{{shopName}}</view>
 				</view>
 			</view>
-			<view class="nav">
-				<text class="not-selected" @click="pageTo({url:'/pages/item/item?account='+option.account,type:2})">鲜花</text>
-				<text class="selected" @click="pageTo({url:'/pages/home/category?account='+option.account,type:2})">花束花礼</text>
-			</view>
 		</view>
 
     <scroll-view scroll-y scroll-with-animation class="tab-view" :scroll-top="scrollTop">
@@ -310,7 +306,7 @@ export default {
     animation-duration:.3s;
   }
   .fadeIn{
-    height: 220upx;
+    height:180upx;
     overflow: hidden;
     animation-name: fadeInFrames;
     animation-duration:.3s;

+ 1 - 5
mallApp/src/pages/item/item.vue

@@ -8,10 +8,6 @@
 					<view class="shop_title">{{shopName}}</view>
 				</view>
 			</view>
-			<view class="nav">
-				<text class="selected" @click="pageTo({url:'/pages/item/item?account='+option.account,type:2})">鲜花</text>
-				<text class="not-selected" @click="pageTo({url:'/pages/home/category?account='+option.account,type:2})">花束花礼</text>
-			</view>
 		</view>
 
 		<view class="input-wrap" >
@@ -753,7 +749,7 @@ export default {
     animation-duration:.3s;
   }
   .fadeIn{
-    height: 220upx;
+    height:160upx;
   }
 
 }