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