apps/taro/src/subpackages/recharge/phoneBillRecharge/InnerPage.vue
@@ -5,16 +5,16 @@ </template> <script setup lang="ts"> import { PhoneBillRecharge } from '@life-payment/components'; import { PhoneBillRecharge, BlLifeRecharge } from '@life-payment/components'; import Taro from '@tarojs/taro'; defineOptions({ name: 'InnerPage', }); function goPay() { function goPay(orderNo: string) { Taro.navigateTo({ url: RouterPath.selectPayType, url: `${RouterPath.selectPayType}?orderNo=${orderNo}&lifePayOrderType=${BlLifeRecharge.constants.LifePayOrderTypeEnum.话费订单}`, }); } </script>