xbx #146
@ -314,6 +314,7 @@ export default {
|
||||
zhuanmazhong: "Transcoding in",
|
||||
leixingcuowu:"File type error",
|
||||
zuida:"maximum",
|
||||
zhibotishi1:"Congratulations on your qualification for beelink live streaming course.",
|
||||
shichangtishi:"",
|
||||
renshutishi: '',
|
||||
tixianzhu: "",
|
||||
|
@ -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 }`
|
||||
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`
|
||||
zh.zhibotishi = `直播资格按照每周浏览量排名,前${res.views}名基本直播资格。`
|
||||
en.zhibotishi = `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 = '';
|
||||
|
@ -314,6 +314,7 @@ export default {
|
||||
zhuanmazhong: "转码中",
|
||||
leixingcuowu:"文件类型错误",
|
||||
zuida:"最大",
|
||||
zhibotishi1:"恭喜您在Beelink有直播课资格",
|
||||
shichangtishi:"",
|
||||
renshutishi: '',
|
||||
tixianzhu:"",
|
||||
|
BIN
src/static/images/gantanhao.png
Normal file
BIN
src/static/images/gantanhao.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
@ -222,8 +222,13 @@
|
||||
<p>{{ lan.$t("querenquxiao") }}</p>
|
||||
</a-modal>
|
||||
<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") }}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -638,13 +643,19 @@ export default defineComponent({
|
||||
position: relative;
|
||||
.tishi{
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
right: 15%;
|
||||
width: 25%;
|
||||
top: 60px;
|
||||
right: 64px;
|
||||
line-height: 0.17rem;
|
||||
font-size: 0.1rem;
|
||||
font-weight: 500;
|
||||
color: #808080;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color:#07ad97;
|
||||
> img{
|
||||
width: 40px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
::v-deep(.ant-form) {
|
||||
.title {
|
||||
|
Loading…
Reference in New Issue
Block a user