Skip to content

Commit

Permalink
视频分类切换完成
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunlongyu committed Nov 18, 2020
1 parent e8c3c13 commit dc2e771
Show file tree
Hide file tree
Showing 7 changed files with 2,121 additions and 1,088 deletions.
21 changes: 19 additions & 2 deletions pages/film/film.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,30 @@ export default {
this.siteDefault = [site.id];
await this.getPage()
await this.getClass(this.site.key)
this.addData(this.site.key, this.pageCount)
await this.addData(this.site.key, this.pageCount)
this.pageCount--
await this.addData(this.site.key, this.pageCount)
this.mask = false
},
openTypeSelect () {
this.typeShow = true
},
typeConfirm() {},
async typeConfirm(e) {
this.type = {
name: e[0].label,
tid: e[0].value
}
this.mask = true
this.list = []
this.flowList = []
this.$refs.uWaterfall.clear();
this.typeDefault = [this.type.tid];
await this.getPage(this.type.tid)
await this.addData(this.site.key, this.pageCount, this.type.tid)
this.pageCount--
await this.addData(this.site.key, this.pageCount, this.type.tid)
this.mask = false
},
openDetail(item) {
const url = `/pages/detail/detail?site=${this.site.key}&id=${item.id}`;
this.$u.route({ url: url });
Expand Down
Binary file added static/images/history1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/history2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/recommend1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/recommend2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,126 changes: 1,571 additions & 555 deletions unpackage/dist/dev/app-plus/app-service.js

Large diffs are not rendered by default.

1,062 changes: 531 additions & 531 deletions unpackage/dist/dev/app-plus/app-view.js

Large diffs are not rendered by default.

0 comments on commit dc2e771

Please sign in to comment.