@@ -18,7 +18,7 @@ export default defineComponent({
},
shareType: {
// 分享类型
- type: String as PropType<'' | 'video' | 'music' | 'live'>,
+ type: String as PropType<'' | 'video' | 'music' | 'live' | 'mall'>,
default: ''
}