微调
This commit is contained in:
@@ -53,7 +53,7 @@ const activities = [
|
||||
const data = ref([]);
|
||||
const open = (list: any) => {
|
||||
data.value = list;
|
||||
console.log(data.value, "99999999");
|
||||
// console.log(data.value, "99999999");
|
||||
};
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user