Skip to content

Commit

Permalink
Update filename not ignore case
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhuid committed Jan 23, 2024
1 parent 414cab3 commit 319e41b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 关于项目
这是一个模仿卖座电影而创建的项目,使用vue2全家桶编写,实现了与官方网站的95%以上相似度 是我再2022年刚学完vue时编写完成 可能代码格式没有那么好看 但是我觉得里边还是有值得新手学习的地方的 如果能帮到你的话 麻烦点个star emoji:smile:
这是一个模仿卖座电影而创建的项目,使用vue2全家桶编写,实现了与官方网站的95%以上相似度 是我再2022年刚学完vue时编写完成 可能代码格式没有那么好看 但是我觉得里边还是有值得新手学习的地方的 如果能帮到你的话 麻烦点个star :smile:

#### VUE-CLI 5.0
使用了vue-cli 5.0 构建了卖座网开发环境
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/views/ShowcaseCinemas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default {
},
methods: {
getCinemaListHeight() {
return (this.height = window.innerHeight - 88 - 51 + 'px')
return (this.height = window.innerHeight - 88 - 49 + 'px')
},
calculation() {
return this.showCinemas.map((data) => getTime(data.showDate * 1000, ['week', 'month', 'day']))
Expand Down

0 comments on commit 319e41b

Please sign in to comment.