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
8b1ed2f1
Commit
8b1ed2f1
authored
Jan 24, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改关注
parent
38d0db46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
likeList.vue
pagesme/me/likeList.vue
+2
-2
No files found.
pagesme/me/likeList.vue
View file @
8b1ed2f1
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<view
class=
"text"
>
暂无数据
</view>
<view
class=
"text"
>
暂无数据
</view>
</view>
</view>
<view
class=
"card"
>
<view
class=
"card"
>
<view
class=
"recommendation-card"
v-for=
"item in userList"
@
click=
"goto
Business
Detail(item)"
>
<view
class=
"recommendation-card"
v-for=
"item in userList"
@
click=
"gotoDetail(item)"
>
<view
class=
"card-image"
>
<view
class=
"card-image"
>
<image
class=
"img"
src=
"https://cdn.uviewui.com/uview/album/1.jpg"
/>
<image
class=
"img"
src=
"https://cdn.uviewui.com/uview/album/1.jpg"
/>
</view>
</view>
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</view>
</view>
<view
class=
"bottom-address"
>
{{
item
.
city
}}
</view>
<view
class=
"bottom-address"
>
{{
item
.
city
}}
</view>
</view>
</view>
<image
v-if=
"type == '1' || type == '3'"
class=
"cnacleLike"
:src=
"baseUrl+'/user/cancelLike.png'"
@
click=
"gotoDetail
(item.userId)"
/>
<image
class=
"cnacleLike"
:src=
"baseUrl+'/user/cancelLike.png'"
@
click=
"deleteLike
(item.userId)"
/>
</view>
</view>
</view>
</view>
</view>
</view>
...
...
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