hwq 3 年之前
父节点
当前提交
a1130e394e
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      pages/index/index.vue

+ 4 - 2
pages/index/index.vue

@@ -67,8 +67,10 @@
 				</view>
 			</view>
 		</view>
-		<u-popup v-model="show" mode="bottom" border-radius="40" height="868rpx" closeable = true close-icon="关闭">
-			<view>出淤泥而不染,濯清涟而不妖</view>
+		<u-popup v-model="show" mode="bottom" border-radius="40" height="868rpx" >
+			<view class="">
+				
+			</view>
 		</u-popup>
 	</view>
 </template>