zhengyiming
1 天以前 c0bcba49bef43b880978ff63b2ac00f1ba5c5c6a
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">