zhanghui преди 1 година
родител
ревизия
ccdf4af68c
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 1 2
      pages/message/message.vue
  2. 2 0
      pages/message/module/mescrollUni-item.vue

+ 1 - 2
pages/message/message.vue

@@ -31,7 +31,6 @@
         </swiper-item>
       </swiper>
     </view>
-    <my-swiper :type=4 ></my-swiper>
 
   </view>
 </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 () {

+ 2 - 0
pages/message/module/mescrollUni-item.vue

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