|
@@ -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>
|