This commit is contained in:
bobobobo
2026-02-05 01:09:52 +08:00
parent 8cefc2f670
commit a54dfee158
8 changed files with 163 additions and 226 deletions

View File

@@ -214,6 +214,9 @@
* @param data
*/
const onConfirm = async (state, item) => {
if (state == 1 && selectedList.value.length == 0) {
return
}
const show = await showDialog(
'提示',
`确定分享${props.type == 1 ? '直播间' : '商品'}吗?`