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
12e87fbd
Commit
12e87fbd
authored
Sep 03, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
font
parent
0b381042
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
XingmaLabDetailPage.less
pages/XingmaLabDetailPage/XingmaLabDetailPage.less
+2
-2
XingmaLabDetailPage.vue
pages/XingmaLabDetailPage/XingmaLabDetailPage.vue
+3
-0
XingmaLabPublishPage.less
pages/XingmaLabPublishPage/XingmaLabPublishPage.less
+1
-1
XingmaLabPublishPage.vue
pages/XingmaLabPublishPage/XingmaLabPublishPage.vue
+1
-1
No files found.
pages/XingmaLabDetailPage/XingmaLabDetailPage.less
View file @
12e87fbd
...
@@ -89,8 +89,8 @@
...
@@ -89,8 +89,8 @@
min-height: 131rpx;
min-height: 131rpx;
white-space: pre-wrap;
white-space: pre-wrap;
position: relative;
position: relative;
font-size: 3
2
rpx;
font-size: 3
0
rpx;
line-height:
4
0rpx;
line-height:
5
0rpx;
color: rgba(29, 30, 37, 1);
color: rgba(29, 30, 37, 1);
text-align: left;
text-align: left;
word-wrap: break-word;
word-wrap: break-word;
...
...
pages/XingmaLabDetailPage/XingmaLabDetailPage.vue
View file @
12e87fbd
...
@@ -214,7 +214,10 @@ const handleShareClick = () => {
...
@@ -214,7 +214,10 @@ const handleShareClick = () => {
// 返回上一页
// 返回上一页
const
handleGoBack
=
()
=>
{
const
handleGoBack
=
()
=>
{
// 检查是否有上一页
// 检查是否有上一页
const
pages
=
getCurrentPages
()
const
pages
=
getCurrentPages
()
console
.
log
(
'pages'
,
pages
)
if
(
pages
.
length
>
1
)
{
if
(
pages
.
length
>
1
)
{
// 有上一页,返回上一页
// 有上一页,返回上一页
uni
.
navigateBack
({
uni
.
navigateBack
({
...
...
pages/XingmaLabPublishPage/XingmaLabPublishPage.less
View file @
12e87fbd
...
@@ -282,7 +282,7 @@
...
@@ -282,7 +282,7 @@
font-size: 30rpx;
font-size: 30rpx;
color: rgba(29, 30, 37, 1);
color: rgba(29, 30, 37, 1);
line-height: 1.5;
line-height: 1.5;
text-align:
center
;
text-align:
left
;
}
}
.xingmalabpublishpagesucpicbg {
.xingmalabpublishpagesucpicbg {
...
...
pages/XingmaLabPublishPage/XingmaLabPublishPage.vue
View file @
12e87fbd
...
@@ -129,7 +129,7 @@ const xingmaLabStore = useXingmaLabStore()
...
@@ -129,7 +129,7 @@ const xingmaLabStore = useXingmaLabStore()
// 响应式数据
// 响应式数据
const
currentState
=
ref
(
xingmaLabConfig
.
states
.
NOSEL
)
// nosel, sel, suc
const
currentState
=
ref
(
xingmaLabConfig
.
states
.
NOSEL
)
// nosel, sel, suc
const
publishNumber
=
ref
(
'
123456789
'
)
const
publishNumber
=
ref
(
''
)
const
uploadedImage
=
ref
(
''
)
// 上传的图片
const
uploadedImage
=
ref
(
''
)
// 上传的图片
const
description
=
ref
(
''
)
// 藏品文案介绍
const
description
=
ref
(
''
)
// 藏品文案介绍
const
isUploading
=
ref
(
false
)
// 上传状态
const
isUploading
=
ref
(
false
)
// 上传状态
...
...
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