zym2525
2025-03-11 afdc0faf165dbc0c90e45043b4f500a3d53ba20f
apps/taro/src/pages/home/index.vue
@@ -4,6 +4,7 @@
      <RechargeGrid
        @phoneBillRecharge="goPhoneBillRecharge"
        @electricityBillRecharge="goElectricityBillRecharge"
        @gasBillRecharge="goGasBillRecharge"
      />
    </ContentView>
  </PageLayoutWithBg>
@@ -30,6 +31,11 @@
    url: `${RouterPath.electricBillRecharge}`,
  });
});
const goGasBillRecharge = useAccessLogin(() => {
  Taro.navigateTo({
    url: `${RouterPath.gasBillRecharge}`,
  });
});
</script>
<style lang="scss">