slowslo 4 éve
szülő
commit
11bd29206a
1 módosított fájl, 13 hozzáadás és 7 törlés
  1. 13 7
      pages/notice/notice.vue

+ 13 - 7
pages/notice/notice.vue

@@ -5,20 +5,26 @@
 			<view class="text-gray text-center">{{item.createTime}}</view>
 			<view @click="goDetail(item)" class="bg-white margin-top radius card-view">
 				<view class="content-view">
-					<!-- <view class="text-black text-bold text-lg text-cut">
-						<text>{{item.title}}</text>
-						<view style="padding-top: 8rpx;">
+					<view class="text-black text-bold text-lg text-cut">{{item.title}}</view>
+					<view class="text-sm text-cut-2 subtitle" style="height: 200rpx;">
+						<u-parse :html="item.notice"></u-parse>
+					</view>
+					<view class="flex  justify-between padding-top-20" style=" border-top: 1rpx solid #f2f2f2;box-sizing: border-box;">
+						 <view class="text-df text-black">
+							<text>查看详情</text>
+						 </view>
+						 <view style="padding-top: 8rpx;">
 							<text class=" cuIcon-right"></text>
-						</view>
-					</view> -->
-					<view class="flex  justify-between text-bold" style="box-sizing: border-box;">
+						 </view>
+					</view>
+					<!-- <view class="flex  justify-between text-bold" style="box-sizing: border-box;">
 						<view class="text-df text-black">
 							<text>{{item.title}}</text>
 						</view>
 						<view style="padding-top: 8rpx;">
 							<text class=" cuIcon-right"></text>
 						</view>
-					</view>
+					</view> -->
 				</view>
 			</view>
 		</view>