1
This commit is contained in:
		
							parent
							
								
									9e3e522057
								
							
						
					
					
						commit
						0d7f2a15f8
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -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",
 | 
			
		||||
 | 
			
		||||
@ -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;
 | 
			
		||||
 | 
			
		||||
@ -132,7 +132,8 @@ export default {
 | 
			
		||||
    zhibobiaoti:"直播标题",
 | 
			
		||||
    shuruzhibobiaoti:"请输入您的直播标题",
 | 
			
		||||
    zhibofengmian:"直播封面",
 | 
			
		||||
    shipinjieshao:"视频介绍",
 | 
			
		||||
    shipinjieshao:"视频文件",
 | 
			
		||||
    vshipinjieshao:"视频介绍",
 | 
			
		||||
    kaishishijian:"开始时间",
 | 
			
		||||
    shezhikaishishijian:"请设置您的开始时间",
 | 
			
		||||
    zhiboshichang:"直播时长",
 | 
			
		||||
 | 
			
		||||
@ -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(){
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user