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
dc585fdd
Commit
dc585fdd
authored
Mar 10, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
561fa7b6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
30 additions
and
21 deletions
+30
-21
Item.vue
pages/components/article/Item.vue
+19
-14
my.vue
pages/tab/my.vue
+1
-0
activityDetail.vue
pagesActivity/activityDetail.vue
+5
-3
articleItem.vue
pagesArticle/components/articleItem.vue
+1
-1
Item.vue
pagesUser/component/Item.vue
+1
-1
userInfo.vue
pagesUser/userInfo.vue
+2
-1
updateBasicInformation.vue
pagesme/me/updateBasicInformation.vue
+1
-1
No files found.
pages/components/article/Item.vue
View file @
dc585fdd
...
...
@@ -85,6 +85,9 @@
</view>
</view>
<view
class=
"right"
style=
"margin-top: 40rpx;"
>
<u-tag
v-if=
"articleType == '0' && info.topic"
plain
plainFill
:text=
"info.topic"
type=
"success"
/>
</view>
<view
v-if=
"info.userId == userInfo.businessId"
class=
"right"
>
<!-- 右上角的三个点-->
<view
@
click=
"showSelect(info)"
>
...
...
@@ -404,22 +407,24 @@
}
}
.right
{
view
{
display
:
flex
;
height
:
30rpx
;
padding-top
:
14rpx
;
.right
{
position
:
absolute
;
right
:
30rpx
;
view
{
display
:
flex
;
height
:
30rpx
;
padding-top
:
6rpx
;
text
{
width
:
8rpx
;
height
:
8rpx
;
background-color
:
#333
;
border-radius
:
50%
;
margin-right
:
6rpx
;
}
}
text
{
width
:
8rpx
;
height
:
8rpx
;
background-color
:
#333
;
border-radius
:
50%
;
margin-right
:
6rpx
;
}
}
}
}
}
.detail
{
...
...
pages/tab/my.vue
View file @
dc585fdd
...
...
@@ -1110,6 +1110,7 @@ import {activityList, userActivityList} from "../../api/activity";
width
:
calc
(
26%
-
10rpx
);
height
:
168rpx
;
border-radius
:
12rpx
;
margin-left
:
10rpx
;
}
}
.my-article-image-2
{
...
...
pagesActivity/activityDetail.vue
View file @
dc585fdd
...
...
@@ -230,9 +230,11 @@ export default {
title
:
'报名成功!'
,
icon
:
'none'
})
this
.
show
=
false
this
.
getUserInfo
()
this
.
getActivityDetail
()
setTimeout
(()
=>
{
this
.
show
=
false
this
.
getUserInfo
()
this
.
getActivityDetail
()
},
500
)
}
else
if
(
res
.
data
.
code
!==
200
){
uni
.
showToast
({
title
:
res
.
data
.
message
,
...
...
pagesArticle/components/articleItem.vue
View file @
dc585fdd
...
...
@@ -39,7 +39,7 @@
</view>
</view>
<view
v-if=
"isTopicName"
class=
"right"
>
<u-tag
plain
plainFill
:text=
"info.topic ? info.topic : '最近'
"
type=
"success"
/>
<u-tag
v-if=
"info.topic"
plain
plainFill
:text=
"info.topic
"
type=
"success"
/>
</view>
</view>
</template>
...
...
pagesUser/component/Item.vue
View file @
dc585fdd
...
...
@@ -90,7 +90,7 @@
<u-tag
v-if=
"info.examStatus === '1'"
plain
plainFill
text=
"审核通过"
type=
"success"
/>
<u-tag
@
click=
"showRemarks(info)"
v-if=
"info.examStatus === '2' || info.examStatus === '3'"
plain
plainFill
text=
"未通过"
type=
"error"
/>
</view>
<view
class=
"right"
>
<view
v-if=
"info.memberId == userInfoId"
class=
"right"
>
<!-- 右上角的三个点-->
<view
@
click=
"showSelect(info)"
>
<text></text>
...
...
pagesUser/userInfo.vue
View file @
dc585fdd
...
...
@@ -178,7 +178,7 @@
<!-- 两个图标按钮 喜欢和不喜欢-->
<view>
<view
class=
"footer-fixedlike"
v-if=
"userData.
selfMatchingStatus == null
"
>
<view
class=
"footer-fixedlike"
v-if=
"userData.
businessId != userInfoId
"
>
<view
class=
"left"
>
<image
:src=
"baseUrl+'/user/like.png'"
@
click=
"like(userData.userId,baseUrl+'/user/like.png')"
style=
"width: 100%;height: 100%;;"
mode=
"aspectFill"
></image>
</view>
...
...
@@ -250,6 +250,7 @@
articleContent
:
''
,
isInit
:
true
,
showTabbar
:
true
,
userInfoId
:
uni
.
getStorageSync
(
'userInfo'
).
businessId
,
tipMsg
:
''
,
isConfirm
:
false
,
isCoinConfirm
:
false
,
...
...
pagesme/me/updateBasicInformation.vue
View file @
dc585fdd
...
...
@@ -786,7 +786,7 @@ export default {
<
style
lang=
"scss"
>
.form
{
padding-top
:
20rpx
;
padding-left
:
2
0rpx
;
padding-left
:
4
0rpx
;
padding-right
:
20rpx
;
.form-title
{
font-weight
:
bold
;
...
...
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