统一订单列表混排租赁与撞车,后台撞车订单展示真实手机号
PC/移动端「我的订单」并行拉取两类订单并按时间混排展示;后台撞车订单买家手机号不再脱敏,便于履约联系。
This commit is contained in:
@@ -98,10 +98,10 @@ export const mobileRoutes: RouteRecordRaw[] = [
|
||||
meta: { layout: 'blank' },
|
||||
},
|
||||
{
|
||||
// 撞车订单列表统一到底栏「订单」页(与租赁订单混排)
|
||||
path: '/m/crash/orders',
|
||||
name: 'mobile-crash-orders',
|
||||
component: () => import('@/features/mohong/views/MobileMohongOrdersView.vue'),
|
||||
meta: { layout: 'blank', requiresAuth: true },
|
||||
redirect: '/m/orders',
|
||||
},
|
||||
{
|
||||
path: '/m/crash/orders/:id',
|
||||
|
||||
@@ -23,10 +23,10 @@ export const publicRoutes: RouteRecordRaw[] = [
|
||||
component: () => import('@/features/mohong/views/MohongListView.vue'),
|
||||
},
|
||||
{
|
||||
// 撞车订单列表统一到「我的订单」页(与租赁订单混排)
|
||||
path: '/crash/orders',
|
||||
name: 'crash-orders',
|
||||
component: () => import('@/features/mohong/views/MohongOrdersView.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
redirect: '/orders',
|
||||
},
|
||||
{
|
||||
path: '/crash/orders/:id',
|
||||
|
||||
Reference in New Issue
Block a user