Commit 64d491e6 authored by spc's avatar spc

publish

parent 5e024a05
...@@ -446,12 +446,12 @@ const handleNoTimeButtonClick = () => { ...@@ -446,12 +446,12 @@ const handleNoTimeButtonClick = () => {
showNoTimePopup.value = false showNoTimePopup.value = false
// 显示更详细的发布次数信息 // 显示更详细的发布次数信息
const { current, max, remaining } = publishCountInfo.value // const { current, max, remaining } = publishCountInfo.value
uni.showToast({ // uni.showToast({
title: `本月已发布${current}次,剩余${remaining}次`, // title: `本月已发布${current}次,剩余${remaining}次`,
icon: 'none', // icon: 'none',
duration: 3000 // duration: 3000
}) // })
} }
// 移除不再需要的 checkPublishLimit 函数 // 移除不再需要的 checkPublishLimit 函数
......
This diff is collapsed.
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