去除标签;修改在线看,允许未下载的本子在线看(同步更新)

This commit is contained in:
chuzhongzai
2023-12-25 20:38:13 +08:00
parent 83c093c4ee
commit e50c6e6805
5 changed files with 79 additions and 546 deletions
+4 -1
View File
@@ -92,7 +92,10 @@ function close(){
<span>页数:{{gallery.page}}</span><br>
<span class="ct6">类型:{{gallery.type}}</span><br>
<a :href="gallery.link">链接</a><br>
<el-button style=" margin-left: 80%; margin-top: -5vh" @click="param=gallery.link; queryRemoteTask()">查看</el-button>
<el-button-group style=" margin-left: 50%; margin-top: -5vh">
<el-button @click="store.dispatch('readOnlineGallery', gallery)">在线看</el-button>
<el-button @click="param=gallery.link; queryRemoteTask()">查看详情</el-button>
</el-button-group>
</div>
</div>
</el-scrollbar>