Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fudaosheng committed Oct 24, 2020
1 parent 4ea4fc7 commit 15c217d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"axios": "^0.20.0",
"core-js": "^3.6.5",
"element-ui": "^2.13.2",
"vbest-ui": "^0.2.7",
"vbest-ui": "^0.2.8",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
Expand Down
2 changes: 2 additions & 0 deletions src/player/Player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
:track-base-color="getProgressBaseColor"
:track-color="iconActiveColor"
show-thumb
hover-show-thumb
allow-click
allow-drag
is-active
Expand All @@ -82,6 +83,7 @@
:track-base-color="getProgressBaseColor"
:track-color="iconActiveColor"
show-thumb
hover-show-thumb
allow-click
allow-drag
is-active
Expand Down
4 changes: 2 additions & 2 deletions src/views/artist-detail/childsPage/artist-simi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
if (this.getCookie) {
this.initRequest();
} else {
this.$Message.warning("请先登陆");
this.$Toast.warning("请先登陆");
}
}
},
Expand All @@ -51,7 +51,7 @@ export default {
if (this.getCookie) {
this.initRequest();
} else {
this.$Message.warning("请先登陆");
this.$Toast.warning("请先登陆");
}
},
},
Expand Down

0 comments on commit 15c217d

Please sign in to comment.