From 1910e9f27373b8b4da75f076762025ceb3419965 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 12 六月 2025 15:40:50 +0800
Subject: [PATCH] fix: 暂时隐藏电信充值通道
---
apps/taro/src/subpackages/order/order/InnerPage.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/apps/taro/src/subpackages/order/order/InnerPage.vue b/apps/taro/src/subpackages/order/order/InnerPage.vue
index 876a457..fbe3cba 100644
--- a/apps/taro/src/subpackages/order/order/InnerPage.vue
+++ b/apps/taro/src/subpackages/order/order/InnerPage.vue
@@ -6,9 +6,9 @@
<ProTabPane title="鐢佃垂璁㈠崟" pane-key="2">
<ElectricOrder @goApplyRefund="goApplyRefund" @goRefundDetail="goRefundDetail" />
</ProTabPane>
- <ProTabPane title="鐕冩皵璁㈠崟" pane-key="3">
+ <!-- <ProTabPane title="鐕冩皵璁㈠崟" pane-key="3">
<GasOrder @goApplyRefund="goApplyRefund" @goRefundDetail="goRefundDetail" />
- </ProTabPane>
+ </ProTabPane> -->
</ProTabs>
</template>
@@ -22,17 +22,17 @@
const orderType = ref('1');
-function goApplyRefund(orderNo: string) {
- Taro.navigateTo({
- url: `${RouterPath.orderApplyRefund}?orderNo=${orderNo}`,
+function goApplyRefund(id: string) {
+ RouteHelper.navigateTo({
+ url: `${RouterPath.orderApplyRefund}?id=${id}`,
// events: {
// submitApplyRefund: function () {},
// },
});
}
function goRefundDetail(orderNo: string) {
- Taro.navigateTo({
- url: `${RouterPath.orderApplyRefund}?orderNo=${orderNo}`,
+ RouteHelper.navigateTo({
+ url: `${RouterPath.orderRefundResult}?orderNo=${orderNo}`,
});
}
</script>
--
Gitblit v1.9.1