Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-07 14:36:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
400e554f1cecc2ef4c4e2301ead147c8be0a5337
400e554f
1 parent
ca5c4be4
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
src/composables/useVideoList.js
src/views/me/unwatchList.vue
src/composables/useVideoList.js
View file @
400e554
...
...
@@ -47,7 +47,6 @@ export const useVideoList = ($route) => {
})
});
columns
.
value
=
_
.
concat
(
columns
.
value
,
arr
);
console
.
warn
(
columns
);
}
else
{
console
.
warn
(
res
);
Toast
({
...
...
src/views/me/unwatchList.vue
View file @
400e554
...
...
@@ -43,9 +43,9 @@ const onLoad = () => {
}, 1000);
};
onMounted(() => {
})
onMounted(() => {
})
</script>
<script>
...
...
@@ -53,12 +53,12 @@ import mixin from 'common/mixin';
export default {
mixins: [mixin.init],
data
() {
data() {
return {
}
},
mounted
() {
mounted() {
},
methods: {
...
...
Please
register
or
login
to post a comment