Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
64d491e6
Commit
64d491e6
authored
Aug 28, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
publish
parent
5e024a05
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
232 additions
and
251 deletions
+232
-251
XingmaLabPublishPage.vue
pages/XingmaLabPublishPage/XingmaLabPublishPage.vue
+6
-6
xingmaLab.vue
pages/xingmaLab/xingmaLab.vue
+226
-245
No files found.
pages/XingmaLabPublishPage/XingmaLabPublishPage.vue
View file @
64d491e6
...
@@ -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 函数
...
...
pages/xingmaLab/xingmaLab.vue
View file @
64d491e6
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment