zhongtianhaoyuan 2 rokov pred
rodič
commit
e7e5bae6ef
3 zmenil súbory, kde vykonal 3 pridanie a 5 odobranie
  1. 2 2
      pages/mine/index.vue
  2. 0 2
      pages/news/index.vue
  3. 1 1
      pages/news/newsSee.vue

+ 2 - 2
pages/mine/index.vue

@@ -87,7 +87,7 @@
 			</view>
 			<view class="flex flex-space-between" @click="goDetailPage('/pages/mine/helpDescription')">
 				<view class="flex align-center">
-					<image class="img" src="@/static/images/mine/icon-help@2x.png" mode='widthFix'>
+					<image class="img" src="@/static/images/mine/icon-help@2x.png" mode='widthFix' style="top: 6rpx;">
 					</image>
 					<view>帮助说明</view>
 				</view>
@@ -416,7 +416,7 @@
 			margin-right: 10rpx;
 			width: 40rpx;
 			height: 40rpx;
-			margin-top: 4rpx;
+			top: 2rpx;
 		}
 
 		.flex-space-between {

+ 0 - 2
pages/news/index.vue

@@ -165,9 +165,7 @@
 					});
 			},
 			read(val) {
-				if(val.newsType == '系统消息'){
 					uni.$u.route("/pages/news/newsSee?_obj="+JSON.stringify(val))
-				}
 				uni.showLoading({
 					title: '加载中',
 					mask: true

+ 1 - 1
pages/news/newsSee.vue

@@ -32,7 +32,7 @@
 <style lang="scss">
 	.center{
 		padding:30rpx;
-		height: 100%;
+		height: calc(100vh - 11.2vh);
 		background: #F5F6FA ;
 		.news_info{
 			background: #FFFFFF;