linhancai 3 жил өмнө
parent
commit
4c4475e58f
2 өөрчлөгдсөн 45 нэмэгдсэн , 0 устгасан
  1. 10 0
      pages.json
  2. 35 0
      pages2/wd/question_bank.vue

+ 10 - 0
pages.json

@@ -238,6 +238,16 @@
 					}
 				}
 			},
+			{
+				"path": "wd/question_bank",
+				"style": {
+					"navigationBarTitleText": "我的题库通",
+					"app-plus": {
+						"titleNView": false, //禁用原生导航栏 
+						"bounce": "none"
+					}
+				}
+			},
 			{
 				"path": "bank/detail",
 				"style": {

+ 35 - 0
pages2/wd/question_bank.vue

@@ -0,0 +1,35 @@
+<template>
+	<view style="padding: 30rpx;">
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				list:[
+					1,2,3
+				]
+				
+			}
+		},
+		onLoad(option) {
+			// this.getDict()
+		},
+		onShow(){
+			
+		},
+		methods: {
+		},
+		
+	}
+</script>
+<style >
+	page {
+			background: #EAEEF1;
+		}
+</style>
+<style scope>
+	
+</style>