zhangdan 4 سال پیش
والد
کامیت
0e6d23d3d4
3فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 1 1
      pages/index/index.vue
  2. 1 1
      pages/index/order.vue
  3. 7 7
      pages/userCenter/index.vue

+ 1 - 1
pages/index/index.vue

@@ -526,7 +526,7 @@
 						}
 					}
 					.swiper{
-						height: 200rpx;
+						height: 215rpx;
 					}
 				}
 				.statistics-box:last-child{

+ 1 - 1
pages/index/order.vue

@@ -819,7 +819,7 @@
 					}
 				}
 				.swiper{
-					height: 200rpx;
+					height: 215rpx;
 				}
 			}
 			.statistics-box:last-child{

+ 7 - 7
pages/userCenter/index.vue

@@ -19,13 +19,13 @@
 		</view>
 		<!-- 列表 -->
 		<view class="list-container">
-			<view v-if="hasLogin" @click="toZY" class="list-item flex align_center justify_between">
+			<!-- <view v-if="hasLogin" @click="toZY" class="list-item flex align_center justify_between">
 				<view class="flex align_center">
 					<u-image src="/static/personal_icon_flag.png" width="48" height="48"></u-image>
 					<text>回收指引</text>
 				</view>
 				<u-icon name="arrow-right" color="#9DA8B5" size="32"></u-icon>
-			</view>
+			</view> -->
 			<view @click="checkUpdate" class="list-item flex align_center justify_between">
 				<view class="flex align_center">
 					<u-image src="/static/personal_icon_version.png" width="48" height="48"></u-image>
@@ -95,11 +95,11 @@
 		},
 		methods:{
 			// 回收指引
-			toZY(){
-				uni.navigateTo({
-				    url: '/pages/index/zhiyin'
-				})
-			},
+			// toZY(){
+			// 	uni.navigateTo({
+			// 	    url: '/pages/index/zhiyin'
+			// 	})
+			// },
 			// 获取当前小程序版本
 			getVersion(){
 				const accountInfo = uni.getAccountInfoSync();