Selaa lähdekoodia

列表页开发

tanxue 3 kuukautta sitten
vanhempi
commit
a7b4d7da87
3 muutettua tiedostoa jossa 30 lisäystä ja 0 poistoa
  1. 7 0
      pages.json
  2. 22 0
      pages/wordList/wordList.vue
  3. 1 0
      static/images/common/jt-right-black.svg

+ 7 - 0
pages.json

@@ -126,6 +126,13 @@
 			{
 				"navigationStyle": "custom"
 			}
+		},
+		{
+			"path" : "pages/wordList/wordList",
+			"style" :
+			{
+				"navigationStyle": "custom"
+			}
 		}
 	],
 	 "tabBar": {

+ 22 - 0
pages/wordList/wordList.vue

@@ -0,0 +1,22 @@
+<template>
+	<view class="word-list-page">
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 1 - 0
static/images/common/jt-right-black.svg

@@ -0,0 +1 @@
+<svg t="1750216996305" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5110" width="64" height="64"><path d="M743.316831 490.190275 323.823712 75.730799c-12.102642-11.983939-31.457456-11.744485-43.38102 0.239454-11.923564 12.103666-11.803837 31.517831 0.23843 43.382043l397.382543 392.648728L280.682146 904.648728c-12.043291 11.864212-12.163017 31.277354-0.23843 43.382043 5.991458 6.051833 13.900591 9.107425 21.809725 9.107425 7.789407 0 15.578814-2.935865 21.570271-8.867972l419.492096-414.459476c5.752004-5.752004 9.107425-13.601786 9.107425-21.810748C752.424256 503.792061 749.068835 495.942279 743.316831 490.190275z" fill="#030000" p-id="5111"></path></svg>