bihuisong 1 gadu atpakaļ
vecāks
revīzija
e4baaf79a2

+ 14 - 8
pages/highServer/help/help.vue

@@ -24,13 +24,19 @@
 
 				<view class="jlSj" style="height: 2vh;display: flex;margin-top: 10px;">
 					<span style="color: #07c160;font-size: 24rpx;">
-					   {{ item.createTime }}
-					    <!-- <em class="iconfont icon-jifen"></em> -->
+						{{ item.createTime }}
+						<!-- <em class="iconfont icon-jifen"></em> -->
 					</span>
 					<view class="ck">
+						<span>
+							<em class="iconfont icon-chakan"></em>
+							{{ item.likeNum }}
+						</span>
+					</view>
+				</view>
 			</view>
 		</view>
-	</view>
+	</view>	
 </template>
 
 <script>
@@ -58,13 +64,13 @@
 		onLoad(options) {
 			this.getList(1)
 		},
-		onReachBottom(){
+		onReachBottom() {
 			let pageNum = this.queryParams.pageNum
 			let pageSize = this.queryParams.pageSize
 			let total = this.total
-			if(pageNum * pageSize >= total){
+			if (pageNum * pageSize >= total) {
 				uni.showToast({
-					title:'暂无更多数据'
+					title: '暂无更多数据'
 				})
 				return
 			} else {
@@ -90,7 +96,7 @@
 				}
 				list(params).then(res => {
 					if (res.code == 200) {
-						this.dataSource = [...this.dataSource,...res.rows]
+						this.dataSource = [...this.dataSource, ...res.rows]
 						this.total = res.total
 					}
 				})
@@ -101,4 +107,4 @@
 
 <style>
 	@import './help.css';
-</style>
+</style>

+ 13 - 7
pages/highServer/inquiry/inquiry.vue

@@ -24,10 +24,16 @@
 
 				<view class="jlSj" style="height: 2vh;display: flex;margin-top: 10px;">
 					<span style="color: #07c160;font-size: 24rpx;">
-					   {{ item.createTime }}
-					    <!-- <em class="iconfont icon-jifen"></em> -->
+						{{ item.createTime }}
+						<!-- <em class="iconfont icon-jifen"></em> -->
 					</span>
 					<view class="ck">
+						<span>
+							<em class="iconfont icon-chakan"></em>
+							{{ item.likeNum }}
+						</span>
+					</view>
+				</view>
 			</view>
 		</view>
 	</view>
@@ -58,13 +64,13 @@
 		onLoad(options) {
 			this.getList(1)
 		},
-		onReachBottom(){
+		onReachBottom() {
 			let pageNum = this.queryParams.pageNum
 			let pageSize = this.queryParams.pageSize
 			let total = this.total
-			if(pageNum * pageSize >= total){
+			if (pageNum * pageSize >= total) {
 				uni.showToast({
-					title:'暂无更多数据'
+					title: '暂无更多数据'
 				})
 				return
 			} else {
@@ -90,7 +96,7 @@
 				}
 				list(params).then(res => {
 					if (res.code == 200) {
-						this.dataSource = [...this.dataSource,...res.rows]
+						this.dataSource = [...this.dataSource, ...res.rows]
 						this.total = res.total
 					}
 				})
@@ -101,4 +107,4 @@
 
 <style>
 	@import './inquiry.css';
-</style>
+</style>

+ 4 - 0
pages/highServer/knowledge/knowledge.vue

@@ -11,6 +11,10 @@
 				</view>
 
 				<view class="jlSj">
+					<span style="color: #07c160;font-size: 24rpx;">
+					   {{ item.createTime }}
+					    <!-- <em class="iconfont icon-jifen"></em> -->
+					</span>
 					<view class="ck">
 						<span>
 							<em class="iconfont icon-shoucang"></em>

+ 4 - 0
pages/highServer/lifeServices/lifeServices.vue

@@ -23,6 +23,10 @@
 				</view>
 
 				<view class="jlSj">
+					<span style="color: #07c160;font-size: 24rpx;">
+					   {{ item.createTime }}
+					    <!-- <em class="iconfont icon-jifen"></em> -->
+					</span>
 					<view class="ck">
 						<span>
 							<em class="iconfont icon-chakan"></em>

+ 4 - 0
pages/highServer/liveBroadcast/liveBroadcast.vue

@@ -23,6 +23,10 @@
 				</view>
 
 				<view class="jlSj">
+					<span style="color: #07c160;font-size: 24rpx;">
+					   {{ item.createTime }}
+					    <!-- <em class="iconfont icon-jifen"></em> -->
+					</span>
 					<view class="ck">
 						<span>
 							<em class="iconfont icon-chakan"></em>