代码提交

This commit is contained in:
黄少君
2023-11-14 17:21:03 +08:00
parent d0b337c596
commit dcab74274f
567 changed files with 22414 additions and 7375 deletions

View File

@ -16,11 +16,10 @@ import { ref } from 'vue'
const props = defineProps(['data'])
const goodsData = props.data
console.log("--> % goodsData:\n", goodsData)
</script>
<style lang="less">
<style lang="scss">
.goods {
width: 100%;
padding: 30rpx 0;