更新试试

This commit is contained in:
A1300399510
2024-04-16 15:38:37 +08:00
parent c6cada1ea9
commit 3f2f641be0
14 changed files with 55 additions and 17 deletions

View File

@@ -216,6 +216,11 @@ const getMoreScroll = () => {
// 处理列表的点击收藏
const handlecollect = item => {
console.log("item", item)
const targetData = JSON.parse(JSON.stringify(list.value))
console.log("targetData", targetData);
targetData.forEach(element => {
console.log();
});
}
</script>
<style lang="less" scoped>