添加了直播提示和端视频信息

This commit is contained in:
2020-11-20 11:13:53 +08:00
parent 06eff76696
commit 8ae53fc45b
6 changed files with 34 additions and 4 deletions

View File

@@ -315,4 +315,5 @@ export default {
shichangtishi:"",
renshutishi: '',
tixianzhu: "",
zhibotishi: ""
}

View File

@@ -14,6 +14,8 @@ 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 = `恭喜您在beelink有直播课资格。直播资格按照每周浏览量排名${res.views}名基本直播资格。`
en.zhibotishi = `Congratulations on your qualification for beelink live streaming course. The top ${res.views} basic live streaming qualifications are ranked according to the number of views per week`
const i18n = geti18n();
const loc = i18n.locale.value;
i18n.locale.value = '';

View File

@@ -315,4 +315,5 @@ export default {
shichangtishi:"",
renshutishi: '',
tixianzhu:"",
zhibotishi:""
}