@@ -31,7 +31,6 @@
</swiper-item>
</swiper>
</view>
- <my-swiper :type=4 ></my-swiper>
</template>
@@ -80,7 +79,7 @@ export default {
},
onShow () {
let sysInfo = uni.getSystemInfoSync()
- this.height= sysInfo.windowHeight -(sysInfo.screenWidth/750) * (200) +'px';
+ this.height= sysInfo.windowHeight -(sysInfo.screenWidth/750) * (220) +'px';
console.log(this.height)
created () {
@@ -11,6 +11,8 @@
<normalMsg v-if="index === 0" :list="normalMsgList"></normalMsg>
<sysMsg v-if="index === 1" :list="sysMsgList"></sysMsg>
+ <my-swiper :type=4 ></my-swiper>
+
</mescroll-uni>