Commit dbf417eb authored by youjie's avatar youjie

no message

parent b6224ade
...@@ -31,6 +31,9 @@ ...@@ -31,6 +31,9 @@
<q-item clickable v-ripple class="rounded-borders lang-demo"> <q-item clickable v-ripple class="rounded-borders lang-demo">
<q-item-section>{{ $t('userMenu.fapiao') }}</q-item-section> <q-item-section>{{ $t('userMenu.fapiao') }}</q-item-section>
</q-item> </q-item>
<q-item clickable v-ripple class="rounded-borders lang-demo">
<q-item-section @click="goUrl('/passbook')">幸福存折</q-item-section>
</q-item>
</q-list> </q-list>
<q-separator color="grey-3" class="q-my-sm" /> <q-separator color="grey-3" class="q-my-sm" />
......
...@@ -12,7 +12,8 @@ const routes: RouteRecordRaw[] = [ ...@@ -12,7 +12,8 @@ const routes: RouteRecordRaw[] = [
{ path: '/hotel/modify/:orderId', component: () => import('pages/hotel/ModifyHotelOrder.vue') }, { path: '/hotel/modify/:orderId', component: () => import('pages/hotel/ModifyHotelOrder.vue') },
{ path: '/hotel/offer/:orderId', component: () => import('pages/hotel/ListOfQuotation.vue') }, { path: '/hotel/offer/:orderId', component: () => import('pages/hotel/ListOfQuotation.vue') },
{ path: '/personal', component: () => import('pages/personal/personal.vue') }, { path: '/personal', component: () => import('pages/personal/personal.vue') },//个人中心
{ path: '/passbook', component: () => import('pages/passbook/passbook.vue') },//幸福存折
{ path: '/scattered', component: () => import('pages/scattered/HotelList.vue') },//散客 { path: '/scattered', component: () => import('pages/scattered/HotelList.vue') },//散客
{ path: '/scattered/HotelDetails/:hotelId/:groupBookingFlg/:lowrateBySetCurrency', component: () => import('pages/scattered/hotelDetails.vue') }, { path: '/scattered/HotelDetails/:hotelId/:groupBookingFlg/:lowrateBySetCurrency', component: () => import('pages/scattered/hotelDetails.vue') },
......
...@@ -159,6 +159,14 @@ const useHotel={ ...@@ -159,6 +159,14 @@ const useHotel={
} }
return rates return rates
}, },
// 12月份
// getMonthType(){
// let rates=[]
// for(let i=0;i<11;i++){
// rates.push(t(`v102.CharteredBus.baochetype${i+1}`))
// }
// return rates
// },
} }
export {useHotel, export {useHotel,
type HotelRate, type HotelRate,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment