apps/taro/src/pages/home/index.vue
@@ -1,5 +1,5 @@ <template> <PageLayout class="index-page-wrapper" :need-auth="false"> <PageLayoutWithBg class="index-page-wrapper" :need-auth="false"> <template #navigationBar> <TransparentNavigationBar :title="'生活缴费'" :is-absolute="false"> </TransparentNavigationBar> @@ -34,7 +34,7 @@ @gasBillRecharge="goGasBillRecharge" /> </ContentView> </PageLayout> </PageLayoutWithBg> </template> <script setup lang="ts">