添加了直播提示

This commit is contained in:
luyuan 2020-11-23 16:02:14 +08:00
parent 1adbc1f469
commit dd476ddcf9
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
5 changed files with 23 additions and 10 deletions

View File

@ -314,6 +314,7 @@ export default {
zhuanmazhong: "Transcoding in", zhuanmazhong: "Transcoding in",
leixingcuowu:"File type error", leixingcuowu:"File type error",
zuida:"maximum", zuida:"maximum",
zhibotishi1:"Congratulations on your qualification for beelink live streaming course.",
shichangtishi:"", shichangtishi:"",
renshutishi: '', renshutishi: '',
tixianzhu: "", tixianzhu: "",

View File

@ -14,8 +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 }` 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 zh.zuiditixian = "最低提现金额" + res.symbol + res.minwithdraw
en.zuiditixian = "Minimum withdrawal amount " + res.symbol + res.minwithdraw en.zuiditixian = "Minimum withdrawal amount " + res.symbol + res.minwithdraw
zh.zhibotishi = `恭喜您在beelink有直播课资格。直播资格按照每周浏览量排名,前${res.views}名基本直播资格。` zh.zhibotishi = `直播资格按照每周浏览量排名,前${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` en.zhibotishi = `The top ${res.views} basic live streaming qualifications are ranked according to the number of views per week`
const i18n = geti18n(); const i18n = geti18n();
const loc = i18n.locale.value; const loc = i18n.locale.value;
i18n.locale.value = ''; i18n.locale.value = '';

View File

@ -314,6 +314,7 @@ export default {
zhuanmazhong: "转码中", zhuanmazhong: "转码中",
leixingcuowu:"文件类型错误", leixingcuowu:"文件类型错误",
zuida:"最大", zuida:"最大",
zhibotishi1:"恭喜您在Beelink有直播课资格",
shichangtishi:"", shichangtishi:"",
renshutishi: '', renshutishi: '',
tixianzhu:"", tixianzhu:"",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -222,8 +222,13 @@
<p>{{ lan.$t("querenquxiao") }}</p> <p>{{ lan.$t("querenquxiao") }}</p>
</a-modal> </a-modal>
<nav-bottom></nav-bottom> <nav-bottom></nav-bottom>
<div class="tishi" v-if="false"> <div class="tishi" v-if="true">
<img src="@/static/images/gantanhao.png" alt="">
<div>
{{ lan.$t("zhibotishi1") }}<br />
{{ lan.$t("zhibotishi") }} {{ lan.$t("zhibotishi") }}
</div>
</div> </div>
</div> </div>
@ -638,13 +643,19 @@ export default defineComponent({
position: relative; position: relative;
.tishi{ .tishi{
position: absolute; position: absolute;
top: 40%; top: 60px;
right: 15%; right: 64px;
width: 25%;
line-height: 0.17rem; line-height: 0.17rem;
font-size: 0.1rem; font-size: 0.1rem;
font-weight: 500; font-weight: 500;
color: #808080; color: #808080;
display: flex;
align-items: center;
color:#07ad97;
> img{
width: 40px;
margin-right: 10px;
}
} }
::v-deep(.ant-form) { ::v-deep(.ant-form) {
.title { .title {