Browse Source

首页晃动问题

zhanghui 1 year ago
parent
commit
257e906878
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/index/index.vue

+ 3 - 1
pages/index/index.vue

@@ -1,5 +1,7 @@
 <template>
-	<diyC ref="diy" v-if="isDiy" @pullResh="pullResh"></diyC>
+	<view>
+		<diyC ref="diy" v-if="isDiy" @pullResh="pullResh"></diyC>
+	</view>
 </template>
 
 <script>