tmp: 部分代码与UnishopV5结合,但是代码有严重缺陷

This commit is contained in:
2025-12-20 15:30:39 +08:00
parent ed5181b382
commit e263a616f6
183 changed files with 31316 additions and 18590 deletions

View File

@@ -1,4 +1,5 @@
<template>
<view :style="value.pageStyle">
<view data-component-name="diy-store" class="store-wrap">
<block v-if="value.style == 1">
<view class="store-box store-one">
@@ -65,6 +66,7 @@
</view>
</block>
</view>
</view>
</template>
<script>
@@ -74,7 +76,10 @@ export default {
name: 'diy-store',
props: {
value: {
type: Object
type: Object,
default: () => {
return {};
}
}
},
data() {