This commit is contained in:
2023-08-19 16:09:35 +08:00
parent b9d7228a90
commit 90ffd2e4ff
6 changed files with 69 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<!-- <u-navbar :title="navTitle" @rightClick="rightClick" :autoBack="true">
</u-navbar> -->
<j-navbar>{{navTitle}}</j-navbar>
<Question :tabsList="tabsList" :isShowAll="false" />
<Question :tabsList="tabsList" :isShowAll="true" />
</view>
</template>