zhanghui hace 1 año
padre
commit
bb45bcd6b8
Se han modificado 1 ficheros con 9 adiciones y 3 borrados
  1. 9 3
      pages/message/module/mescrollUni-item.vue

+ 9 - 3
pages/message/module/mescrollUni-item.vue

@@ -8,10 +8,12 @@
 	<mescroll-uni :ref="'mescrollRef' + i" @init="mescrollInit" :height="height" :down="downOption" @down="downCallback"
 		:up="upOption" @up="upCallback" @emptyclick="emptyClick">
 		<!-- 数据列表 -->
+		<view :style="{'height':height}" class="flex-col justify-between">
+			<normalMsg v-if="index === 0" :list="normalMsgList"></normalMsg>
+			<sysMsg v-if="index === 1" :list="sysMsgList"></sysMsg>
+			<my-swiper :type=4 ></my-swiper>
+		</view>
 
-		<normalMsg v-if="index === 0" :list="normalMsgList"></normalMsg>
-		<sysMsg v-if="index === 1" :list="sysMsgList"></sysMsg>
-		<my-swiper :type=4 ></my-swiper>
 
 	</mescroll-uni>
 </template>
@@ -138,3 +140,7 @@
 		}
 	}
 </script>
+<style>
+	@import '/static/css/common.css';
+
+</style>