zhengyiming
2025-03-13 9c680ea2c5938d26065232d3a658a9a615e1f827
apps/taro/src/subpackages/recharge/electricBillRecharge/InnerPage.vue
@@ -1,5 +1,5 @@
<template>
  <ContentScrollView :paddingH="false">
  <ContentScrollView :paddingH="false" style="background-color: #fff">
    <electricBillRecharge @goPay="goPay" :isDev="isDev" />
  </ContentScrollView>
</template>
@@ -16,7 +16,7 @@
const isDev = process.env.NODE_ENV === 'development';
function goPay(orderNo: string) {
  Taro.navigateTo({
  RouteHelper.navigateTo({
    url: `${RouterPath.selectPayType}?orderNo=${orderNo}&lifePayOrderType=${BlLifeRecharge.constants.LifePayOrderTypeEnum.电费订单}`,
  });
}