apps/taro/src/subpackages/order/order/InnerPage.vue
@@ -23,7 +23,7 @@ const orderType = ref('1'); function goApplyRefund(id: string) { Taro.navigateTo({ RouteHelper.navigateTo({ url: `${RouterPath.orderApplyRefund}?id=${id}`, // events: { // submitApplyRefund: function () {}, @@ -31,7 +31,7 @@ }); } function goRefundDetail(orderNo: string) { Taro.navigateTo({ RouteHelper.navigateTo({ url: `${RouterPath.orderRefundResult}?orderNo=${orderNo}`, }); }