修复【余额明细】: 修复跳转到余额明细链接

This commit is contained in:
21世纪小八路
2025-03-20 23:49:41 +08:00
parent 2b49da684d
commit 838b79873d
3 changed files with 5 additions and 6 deletions

View File

@@ -1,16 +1,16 @@
// 不同的环境变量配置
const development = {
requestBaseUrl: 'https://api.test.pro.coreshop.cn',
requestBaseUrl: 'https://api.mln.ren',
appid: '',
}
const test = {
requestBaseUrl: 'https://api.test.pro.coreshop.cn',
requestBaseUrl: 'https://api.mln.ren',
appid: '',
}
const production = {
requestBaseUrl: 'https://api.test.pro.coreshop.cn',
requestBaseUrl: 'https://api.mln.ren',
appid: '',
}

View File

@@ -114,7 +114,7 @@
if (state.orderId && isGoodsOrder()) {
handleRouteRedirectTo(`/pages/subpackage/member/order/detail/detail?orderId=${state.orderId}`);
} else if (state.paymentInfo.type === PaymentTypeEnum.recharge) {
handleRouteRedirectTo(`/pages/subpackage/member/balance/detail/detail`);
handleRouteRedirectTo(`/pages/subpackage/member/balance/balance-detail/index`);
} else if (state.paymentInfo.type === PaymentTypeEnum.formPay || state.paymentInfo.type === PaymentTypeEnum.formOrder) {
handleRouteSwitchTab()
} else if (state.paymentInfo.type === PaymentTypeEnum.serviceOrder) {

View File

@@ -1,11 +1,10 @@
<template>
<coreshop-page title="我的订单" mode="left">
<coreshop-page title="我的订单1" mode="left">
<view class="layout-order-box">
<view class="tab-box">
<uv-tabs :list="state.tabList" :activeStyle="{ 'color': '#D33123' }" lineColor="#D33123" :lineWidth="40"
:scrollable="false" :current="state.tabsCurrent" keyName="title" @click="handleChangeTab"></uv-tabs>
</view>
<view class="order-list-box">
<view class="order-box">
<view v-if="state.orderList.length > 0">