Commit 96bc7069 authored by youjie's avatar youjie

no message

parent 5c47929a
......@@ -9,23 +9,23 @@ let {locale} =i18n.global
let converterSW = OpenCC.Converter({ from: 'tw', to: 'cn' }) //转简
let datas: any // 接收需要转简数据
let language = '' as any //语言
let currencyCode = '' as any //币种
let currencyCode = 'JPY' //币种
const request = (cmd:string,msg:any): Promise<HttpResponse>=>{
datas = msg
if(locale.value=='zhTW'){
// let stringifyData = converterSW(JSON.stringify(msg))
// datas = JSON.parse(stringifyData)
language = 'zh_TW'
currencyCode = 'TWD'
// currencyCode = 'TWD'
}else if(locale.value=='zhSW'){
language = 'zh_CN'
currencyCode = 'CNY'
// currencyCode = 'CNY'
}else if(locale.value=='koHG'){
language = 'ko_KR'
currencyCode = 'KRW'
// currencyCode = 'KRW'
}else if(locale.value=='jaRB'){
// language = 'JP_Y'
currencyCode = 'JPY'
// currencyCode = 'JPY'
}
msg = datas??{}
let token = ''
......
......@@ -83,7 +83,7 @@
<div>
<div style="opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;">{{$t('hotel.col.four')}}</div>
<div class="row items-center justify-between">
<span>¥{{props.row.LowerPrice.toFixed(2)}}{{$t('unit.jp')}} {{$t('hotel.col.low')}}</span>
<span>{{props.row.LowerPrice.toFixed(2)}}{{$t('unit.jp')}} {{$t('hotel.col.low')}}</span>
<q-btn color="grey-3" :label="$t('hotel.addRoom')" size="sm" outline @click="finishHanler(props.row)"/>
</div>
</div>
......
......@@ -105,7 +105,7 @@
<div :class="{'row':$q.platform.is.desktop,'justify-between':$q.platform.is.desktop,'items-center':$q.platform.is.desktop,}">
<div class="text-negative text-weight-bolder din">
<span class="text-weight-thin">{{$t('hotel.car.sumPrice')}}:</span>
<span class="fz14">¥</span>
<span class="fz14"></span>
<span class="text-h6">{{ moneyFormat(parameters.Money) }}</span>
</div>
<div :class="{'row':$q.platform.is.mobile,'justify-end':$q.platform.is.mobile,'q-pt-sm':$q.platform.is.mobile}">
......
......@@ -90,7 +90,7 @@
<div>
<div style="opacity: 0.54;font-weight: 500;font-size: 12px;margin-bottom: 4px;">{{$t('hotel.col.four')}}</div>
<div class="">
<span>¥{{props.row.LowerPrice.toFixed(2)}}{{$t('unit.jp')}} {{$t('hotel.col.low')}}</span>
<span>{{props.row.LowerPrice.toFixed(2)}}{{$t('unit.jp')}} {{$t('hotel.col.low')}}</span>
</div>
</div>
</div>
......
......@@ -42,7 +42,7 @@
<div class="f12">{{ item.RoomName }}</div>
</div>
<div class="text-negative f12" :class="{'col-6':$q.platform.is.desktop,'q-pt-sm':$q.platform.is.mobile}">
<span class="fz10">¥</span>
<span class="fz10"></span>
<span class="din">{{ item.UPriceFormat }}</span>
<span class="text-dark" style="font-size: 12px">/{{ $t('unit.ren') }}</span>
</div>
......
......@@ -11,7 +11,7 @@
</div>
<div class="text-negative text-weight-bolder din">
<span class="text-weight-thin">{{$t('hotel.car.sumPrice')}}</span>
<span class="fz14">¥</span>
<span class="fz14"></span>
<span class="text-h6">{{ moneyFormat(order.Money) }}</span>
</div>
<div :class="{'text-right q-mt-sm':$q.platform.is.mobile}">
......@@ -113,7 +113,7 @@
</div>
<div class="text-right text-primary q-mt-sm" style="border-top: 1px dashed #607d8b33">
<span class="text-weight-thin">{{ $t('hotel.groupPrice') }}:</span>
<span class="fz14">¥</span>
<span class="fz14"></span>
<span class="text-subtitle1">{{ moneyFormat(y.HotelMoeny) }}</span>
</div>
</div>
......
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