修复分享部分显示问题

This commit is contained in:
2026-01-31 09:27:01 +08:00
parent 8b5d81c6c8
commit ea3fb0fe0f
5 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ import { ref, onMounted } from 'vue';
import { centerConfig,distributionEditIn } from '@/common/api/market/distribution.js';
import { checkArrayElementsExist } from '@/utils/util.js';
const shopInfo = ref('');
const shopInfo = defineModel('shopInfo');
const props = defineProps({
type: {