This commit is contained in:
2023-08-19 14:04:52 +08:00
parent 1f6080aa01
commit b9d7228a90
9 changed files with 107 additions and 10 deletions

View File

@@ -3,9 +3,9 @@
<!-- <u-navbar :title="navTitle" @rightClick="rightClick" :autoBack="true">
</u-navbar> -->
<j-navbar>{{navTitle}}</j-navbar>
<Question :tabsList="tabsList" />
</view>
</template>
<Question :tabsList="tabsList" :isShowAll="false" />
</view>
</template>
<script>
import {
@@ -41,11 +41,11 @@
methods: {
rightClick() {
console.log('返回');
}
},
}
}
</script>
<style>
<style scoped>
</style>