Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-app
Commits
3583a713
Commit
3583a713
authored
Mar 06, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改发动态
parent
772ad369
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
article.vue
pages/tab/article.vue
+2
-1
No files found.
pages/tab/article.vue
View file @
3583a713
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<!-- 使用z-paging-swiper为根节点可以免计算高度 -->
<!-- 使用z-paging-swiper为根节点可以免计算高度 -->
<z-paging-swiper>
<z-paging-swiper>
<!-- 发表动态按钮-->
<!-- 发表动态按钮-->
<view
class=
"add"
>
<view
class=
"add"
v-if=
"current != 0"
>
<image
@
click=
'publishArticle'
:src=
"baseUrl+'/article/102.png'"
mode=
""
/>
<image
@
click=
'publishArticle'
:src=
"baseUrl+'/article/102.png'"
mode=
""
/>
</view>
</view>
<!-- 需要固定在顶部不滚动的view放在slot="top"的view中 -->
<!-- 需要固定在顶部不滚动的view放在slot="top"的view中 -->
...
@@ -120,6 +120,7 @@
...
@@ -120,6 +120,7 @@
if
(
name
==
'关注'
)
{
if
(
name
==
'关注'
)
{
this
.
current
=
0
this
.
current
=
0
}
else
if
(
name
==
'最近'
)
{
}
else
if
(
name
==
'最近'
)
{
this
.
topicId
=
null
this
.
current
=
1
this
.
current
=
1
}
else
if
(
name
==
'话题'
){
}
else
if
(
name
==
'话题'
){
this
.
current
=
2
this
.
current
=
2
...
...
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