1.修改开屏动画图片2.数字人3.增加期刊字段
This commit is contained in:
parent
e5e56a4e65
commit
b8c91481d0
Binary file not shown.
Before Width: | Height: | Size: 4.7 MiB After Width: | Height: | Size: 7.5 MiB |
Binary file not shown.
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 303 KiB |
@ -3,6 +3,10 @@
|
||||
<div v-if="page2">
|
||||
<div id="book" class="book">
|
||||
<div class="page1" @click="startAutoTurn">
|
||||
<div style="font-family: Source Han Serif CN;font-size: 20px;text-align: center;position: absolute;top: 33%;left: 0;width: 100%;height: 100%;z-index: 100;">
|
||||
<span>{{ datetime }}</span>
|
||||
<span v-if="dataInfo.periods" style="margin-left: 10px;">第{{ dataInfo.periods }}期</span>
|
||||
</div>
|
||||
<img src="/public/static/book.jpg" style="width: 100%;height: 100%;">
|
||||
</div>
|
||||
<div class="page2"></div>
|
||||
@ -320,6 +324,7 @@ export default {
|
||||
sessionStorage.setItem('DateListH5', JSON.stringify(response.data.data));
|
||||
sessionStorage.setItem('DateIndexH5', resIndex);
|
||||
console.log(response.data.data[resIndex]);
|
||||
//this.dataInfo = response.data.data[resIndex];
|
||||
if (activeDate == '') {
|
||||
this.datetime = this.getCurrentDateFormatted(response.data.data[resIndex].datetime);
|
||||
document.title = '《今日固始》电子版-' + this.datetime;
|
||||
|
@ -24,8 +24,8 @@
|
||||
<img v-if="isPlay" src="/public/static/voice_play.png" style="width: 40px;height: 40px;">
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="isPlay" style="position: fixed;bottom: 40px;left: 10px;">
|
||||
<img src="/public/static/bf.gif" style="width: 80px;height: 100%;">
|
||||
<div v-if="isPlay" @click="readMp3()" style="position: fixed;top: 30%;left: 0;right: 0;margin: 0 auto;z-index: 100;">
|
||||
<img src="/public/static/bf.gif" style="width: 200px;height: 100%;border-radius: 12px;">
|
||||
</div>
|
||||
<div class="MenuBox">
|
||||
<a id="Haibao_share" @click="copy()" href="javascript:(-1);"
|
||||
|
Loading…
x
Reference in New Issue
Block a user