This commit is contained in:
2020-12-11 10:12:31 +08:00
parent bf97b34a01
commit 864caf9a54
4 changed files with 26 additions and 12 deletions

View File

@@ -100,8 +100,9 @@
<div class="content">
<div class="title">{{lan.$t('guanyubeelink')}}</div>
<div class="rowline"></div>
<div class="texts">
{{lan.$t("guanyuneirong")}}
<!-- {{lan.$t("guanyuneirong")}} -->
<div class="texts" v-html="text[0].content">
</div>
<div class="relation">
<div class="more" @click="navto()">{{lan.$t('liaojiegengduo')}}</div>
@@ -296,7 +297,7 @@ export default defineComponent({
window.location.href="https://api.weibo.com/oauth2/authorize?client_id=2754574056&response_type=code&redirect_uri=https://beelink.theluyuan.com/wblogin"
}
}
const text = computed(()=> store.state.infotext)
return {
formLayout,
tabselected,
@@ -317,7 +318,8 @@ export default defineComponent({
lan,
slogin,
mrqh,
hqqh
hqqh,
text
};
},
});
@@ -502,7 +504,8 @@ export default defineComponent({
}
}
.bottom {
height: 317px;
// height: 317px;
padding-bottom: 30px;
margin-top: 44px;
background: #08ae98;
color: white;