|
|
@ -71,7 +71,7 @@ function closeImagePopup() { |
|
|
|
} |
|
|
|
function open(list) { |
|
|
|
isShowSelectItem.value = true |
|
|
|
singleColumnList.value = list |
|
|
|
// singleColumnList.value = list |
|
|
|
} |
|
|
|
// 显示完整内容的浮窗 |
|
|
|
function showFullText(text) { |
|
|
@ -100,7 +100,8 @@ function chooseItem(item) { |
|
|
|
} |
|
|
|
defineExpose({ |
|
|
|
isShowSelectItem, |
|
|
|
open |
|
|
|
open, |
|
|
|
singleColumnList |
|
|
|
}) |
|
|
|
</script> |
|
|
|
|
|
|
|