1
This commit is contained in:
parent
ff9c1accb3
commit
14eec2aa2f
@ -21,6 +21,8 @@
|
|||||||
<span style="margin-left: 10px">{{liveInfo.politics_type}}</span>
|
<span style="margin-left: 10px">{{liveInfo.politics_type}}</span>
|
||||||
<span style="margin-left: 10px">丨</span>
|
<span style="margin-left: 10px">丨</span>
|
||||||
<span style="margin-left: 10px">{{liveInfo.user.nickname}}</span>
|
<span style="margin-left: 10px">{{liveInfo.user.nickname}}</span>
|
||||||
|
<span style="margin-left: 10px">丨</span>
|
||||||
|
<span style="margin-left: 10px">{{liveInfo.user.mobile}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%;background-color: #E7E7E7;height: 1px;margin: 10px 0px"></div>
|
<div style="width: 100%;background-color: #E7E7E7;height: 1px;margin: 10px 0px"></div>
|
||||||
<n-flex justify="space-between" :size="[0,0]">
|
<n-flex justify="space-between" :size="[0,0]">
|
||||||
@ -36,13 +38,13 @@
|
|||||||
<div style="text-align: left;font-size: 1.2em">
|
<div style="text-align: left;font-size: 1.2em">
|
||||||
{{liveInfo.politics_content}}
|
{{liveInfo.politics_content}}
|
||||||
</div>
|
</div>
|
||||||
<div v-if="liveInfo.politics_images.length>0" style="text-align: center;padding: 30px 0px;">
|
<div style="text-align: center;padding: 30px 0px;">
|
||||||
<n-flex :size="[20,0]">
|
<n-flex :size="[20,0]">
|
||||||
<div v-for="item in liveInfo.politics_images">
|
<div v-for="item in liveInfo.politics_images">
|
||||||
<n-image
|
<n-image
|
||||||
width="200"
|
width="200"
|
||||||
height="200"
|
height="200"
|
||||||
:src="item"
|
:src="'https://wz.lytv.com.cn/'+item"
|
||||||
object-fit="cover"
|
object-fit="cover"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -184,7 +186,7 @@ const out = () => {
|
|||||||
const decodeJwtPayload=(jwt)=> {
|
const decodeJwtPayload=(jwt)=> {
|
||||||
const parts = jwt.split('.');
|
const parts = jwt.split('.');
|
||||||
if (parts.length !== 3) {
|
if (parts.length !== 3) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
const payloadBase64Url = parts[1];
|
const payloadBase64Url = parts[1];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user