diff --git a/src/components/History.vue b/src/components/History.vue
index fba6828..6ab63c2 100644
--- a/src/components/History.vue
+++ b/src/components/History.vue
@@ -9,11 +9,12 @@
- 无数据
-
- {{i.name}}
+ {{i.name}}
{{getSiteName(i.site)}}
第{{i.index+1}}集
播放
+ 分享
下载
删除
@@ -99,6 +100,13 @@ export default {
})
this.view = 'Play'
},
+ shareEvent (e) {
+ this.share = {
+ show: true,
+ key: e.site,
+ info: e
+ }
+ },
downloadEvent (e) {
zy.download(e.site, e.ids).then(res => {
if (res && res.dl && res.dl.dd) {
diff --git a/src/components/Star.vue b/src/components/Star.vue
index 470bfee..50363a5 100644
--- a/src/components/Star.vue
+++ b/src/components/Star.vue
@@ -15,10 +15,10 @@
{{i.note}}
播放
- 删除
分享
同步
下载
+ 删除