a1300399510@qq.com 提交于 2023/04/03 -12:40:02

This commit is contained in:
2023-04-03 12:40:11 +08:00
parent 7908c0f5fc
commit 895d5546f7
2 changed files with 10 additions and 16 deletions

View File

@@ -51,7 +51,6 @@ export default {
methods: {
allClick(index) {
this.allActive = index
console.log(index);
},
starClick(k) {
// if (this.starList[k].checked) this.starList[k].checked = false
@@ -66,7 +65,6 @@ export default {
if (res.code != 200) return;
this.list = res.data
console.log(this.list, "list");
}).catch(err => {
this.$message.error(err.message)
});
@@ -77,14 +75,6 @@ export default {
},
created() {
console.log("dfgkljdflkdfgj");
console.log(this.allActive);
// https://forum.gter.net
}
}
</script>