Commit 70ba1d63 authored by 王炽's avatar 王炽

66666

parent 0e0b70cd
......@@ -591,6 +591,18 @@ const handleItemClick_shoucang = (item) => {
const handlePublish = () => {
console.log('点击了发布按钮')
// 这里可以添加发布逻辑或跳转
if (xingmaLabStore.xingmaInfo && xingmaLabStore.xingmaInfo.isReachedLimit) {
console.log('已达到发布上线')
// 显示无次数弹窗
showNoTimePopup.value = true
console.log('弹窗状态已设置为:', showNoTimePopup.value)
} else {
console.log('跳转发布页面')
uni.navigateTo({
url: '/pages/XingmaLabPublishPage/XingmaLabPublishPage'
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment