This commit is contained in:
theluyuan 2020-12-07 10:35:20 +08:00
parent 9e3e522057
commit 0d7f2a15f8
5 changed files with 14 additions and 10 deletions

View File

@ -276,7 +276,7 @@ export default defineComponent({
onMounted(async () => {
zonelist.value=await getzonelist()
// console.log(zonelist.value)
currencylist.value=await getcurrencys()
// currencylist.value=await getcurrencys()
languagelist.value=await getlanguages()
console.log(routes.path)
nowroute.value=routes.path

View File

@ -25,17 +25,17 @@ export default {
yuyandengji: "Language level",
canyupingtaishichang: "Attended course",
sousuoxuesheng: "Please enter the name of the student you want to search",
huanying: "Hello, welcome",
huanying: "Hello, Welcome to",
beelink: "Beelink",
meiyouzhanghao: "Don't have an account yet?",
yiyouzhanghao: "Existing account number",
qudenglu: "Go to login",
chengweilaoshi: "Become a Beelink teacher",
shoujidenglu: "Mobile phone number login",
mimadenglu: "Account password login",
shoujidenglu: "Mobile phone",
mimadenglu: "Account password",
shoujihao: "Mobile Number",
yanzhengma: "Verification Code",
dianjihuoquyzm: "Click to get the verification code",
dianjihuoquyzm: "Click to get it",
lijidenglu: "Log in now",
shurushouji: "Please enter your mobile phone number",
shuruyzm: "Please enter your verification code",
@ -130,6 +130,7 @@ export default {
shuruzhibobiaoti: "Please enter your live title",
zhibofengmian: "Cover",
shipinjieshao: "Video",
vshipinjieshao: "Video",
kaishishijian: "Start time",
shezhikaishishijian: "Please set your start time",
zhiboshichang: "Duration",
@ -186,7 +187,7 @@ export default {
yinhangka: "bank card",
zhifubao: "Alipay",
weixin: "WeChat",
zhanghao0: "accounts",
zhanghao0: "Account",
tixianzhanghu: "Withdraw cash to designated account",
yue: "balance",
xuanzezhanghu: "Select account",

View File

@ -14,7 +14,7 @@ getset().then((res: any)=>{
en.tixianzhu = `Note: ${res.sxf} service fee will be charged for each withdrawal, with a minimum of ${ res.symbol + res.minmoney }`
zh.zuiditixian = "最低提现金额" + res.symbol + res.minwithdraw
en.zuiditixian = "Minimum withdrawal amount " + res.symbol + res.minwithdraw
zh.zhibotishi = `直播资格按照每周浏览量排名,前${res.views}基本直播资格。`
zh.zhibotishi = `直播资格按照每周浏览量排名,前${res.views}具备直播资格。`
en.zhibotishi = `Weekly Top ${res.views} uploaded video visits have this privilege.`
const i18n = geti18n();
const loc = i18n.locale.value;

View File

@ -132,7 +132,8 @@ export default {
zhibobiaoti:"直播标题",
shuruzhibobiaoti:"请输入您的直播标题",
zhibofengmian:"直播封面",
shipinjieshao:"视频介绍",
shipinjieshao:"视频文件",
vshipinjieshao:"视频介绍",
kaishishijian:"开始时间",
shezhikaishishijian:"请设置您的开始时间",
zhiboshichang:"直播时长",

View File

@ -55,7 +55,7 @@
</a-form-item>
<a-form-item
:label="lan.$t('shipinjieshao')"
:label="lan.$t('vshipinjieshao')"
class="video-introduction"
>
<a-upload
@ -560,7 +560,9 @@ export default defineComponent({
function disabledDate(current: any){
console.log(current + 0)
const now = dayjs().date(dayjs().date() - 1);
return current && current < now;
const enow = dayjs().date(dayjs().date() + 29);
return current && (current < now || current > enow);
}
function onquxiao(){