Kaynağa Gözat

加载中页面

lifanagju_citu 1 ay önce
ebeveyn
işleme
32c93336e3
2 değiştirilmiş dosya ile 25 ekleme ve 0 silme
  1. 6 0
      pages.json
  2. 19 0
      pages/index/loading.vue

+ 6 - 0
pages.json

@@ -6,6 +6,12 @@
 				"navigationBarTitleText": "人才推荐"
 			}
 		},
+		{
+			"path": "pages/index/loading",
+			"style": {
+				"navigationBarTitleText": ""
+			}
+		},
 		{
 			"path": "pages/index/position",
 			"style": {

+ 19 - 0
pages/index/loading.vue

@@ -0,0 +1,19 @@
+<template>
+  <view class="loading">
+    <uni-icons
+      type="spinner-cycle"
+      size="24"
+    />
+  </view>
+</template>
+
+<script setup>
+</script>
+<style lang="scss" scoped>
+.loading {
+  // height: 60vh;
+  // line-height: 60vh;
+  margin-top: 20px;
+  text-align: center;
+}
+</style>