一部分内容
This commit is contained in:
@@ -189,7 +189,6 @@ export default {
|
||||
xuanzezhanghu: "Select account",
|
||||
tixianjine: "Withdrawal amount",
|
||||
quanbujine: "Total amount",
|
||||
tixianzhu: "Note: 0.1% service fee will be charged for each withdrawal, with a minimum of ¥ 0.1",
|
||||
yueshu: "Your balance is only",
|
||||
zuiditixian: "Minimum withdrawal amount ¥ 100",
|
||||
mingxichaxun: "Details inquiry",
|
||||
@@ -297,5 +296,8 @@ export default {
|
||||
kaihuhangweikong:"Swiftcode cannot be empty",
|
||||
shensu:"Appeal",
|
||||
querenquxiao: "Are you sure to cancel the live broadcast?",
|
||||
tianjiatixian: "Add a withdrawal account"
|
||||
tianjiatixian: "Add a withdrawal account",
|
||||
shichangtishi:"",
|
||||
renshutishi: '',
|
||||
tixianzhu: "",
|
||||
}
|
||||
@@ -1,9 +1,19 @@
|
||||
import zh from "./zh"
|
||||
import en from "./en"
|
||||
import { getset } from '@/api';
|
||||
getset().then((res: any)=>{
|
||||
zh.shichangtishi = `最短${res.timeLowerLimit}min, 最长${res.timeCeiling}min`
|
||||
en.shichangtishi = `The shortest is ${res.timeLowerLimit}min and the longest is ${res.timeCeiling}min`
|
||||
zh.renshutishi = `最少${res.lowerLimit}人, 最多${res.numberCeiling}人`
|
||||
en.shichangtishi = `Minimum ${res.lowerLimit} person, maximum ${res.numberCeiling} people`
|
||||
zh.tixianzhu = `注:每笔提现收取${res.sxf}服务费,最低${ res.symbol + res.minmoney }`
|
||||
en.tixianzhu = `Note: ${res.sxf} service fee will be charged for each withdrawal, with a minimum of ${ res.symbol + res.minmoney }`
|
||||
})
|
||||
|
||||
export default {
|
||||
locale: "zh", //默认语言
|
||||
messages: {
|
||||
zh,
|
||||
en
|
||||
zh: zh,
|
||||
en: en
|
||||
}
|
||||
}
|
||||
@@ -192,7 +192,6 @@ export default {
|
||||
xuanzezhanghu:"选择账户",
|
||||
tixianjine:"提现金额",
|
||||
quanbujine:"全部金额",
|
||||
tixianzhu:"注:每笔提现收取0.1%服务费,最低¥0.1",
|
||||
yueshu:"您的余额只有",
|
||||
zuiditixian:"最低提现金额¥100",
|
||||
mingxichaxun:"明细查询",
|
||||
@@ -297,5 +296,8 @@ export default {
|
||||
kaihuhangweikong:"开户行不能为空",
|
||||
shensu:"申诉",
|
||||
querenquxiao: "您确认取消直播吗?",
|
||||
tianjiatixian: "添加提现账户"
|
||||
tianjiatixian: "添加提现账户",
|
||||
shichangtishi:"",
|
||||
renshutishi: '',
|
||||
tixianzhu:"",
|
||||
}
|
||||
Reference in New Issue
Block a user