Commit 01a94d83 authored by youjie's avatar youjie

no message

parent 0993e205
......@@ -788,6 +788,7 @@ export default {
//#region v1.0.2
v102:{
ticket:{
nobj: '見積もりがまだないので註文できません',
d:'入場券期日です',
jq: '景観区の名称です',
hn:'チケットの名前です',
......
......@@ -788,6 +788,7 @@ export default {
//#region v1.0.2
v102:{
ticket:{
nobj: '잠시 가격이 없어 주문을 할 수 없습니다',
d:"입장권 날짜",
jq: '관광지 명칭',
hn:"입장권 명칭",
......
......@@ -788,6 +788,7 @@ export default {
//#region v1.0.2
v102:{
ticket:{
nobj: '暫無報價,不能下單',
d: '门票日期',
jq: '景區名稱',
hn: '门票名称',
......
......@@ -248,6 +248,9 @@ export default defineComponent({
};
addList(r.data.data.TicketPriceList);
data.types = r.data.data.TicketPriceList
if(data.types&&data.types.length==0){
message.errorMsg(`${t('v102.ticket.nobj')}`)
}
} else {
message.errorMsg(r.data.message)
}
......
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