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
4286343e
Commit
4286343e
authored
Feb 18, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改图片显示
parent
b2e9be9f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
blackList.vue
pagesme/set/blackList.vue
+4
-3
No files found.
pagesme/set/blackList.vue
View file @
4286343e
<
template
>
<view>
<z-paging
ref=
"paging"
v-model=
"
black
List"
@
query=
"getBlackList"
:fixed=
"true"
:auto-show-back-to-top=
"true"
:back-to-top-with-animate=
"false"
>
<z-paging
ref=
"paging"
v-model=
"
data
List"
@
query=
"getBlackList"
:fixed=
"true"
:auto-show-back-to-top=
"true"
:back-to-top-with-animate=
"false"
>
<u-swipe-action>
<u-swipe-action-item
:options=
"options"
v-for=
"(item, index) in
black
List"
v-for=
"(item, index) in
data
List"
:key=
"index"
@
click=
"handleDelete(item.businessId)"
>
<view
class=
"swipe-action u-border-top"
:class=
"[index ===
black
List.length - 1 && 'u-border-bottom']"
:class=
"[index ===
data
List.length - 1 && 'u-border-bottom']"
>
<view
class=
"swipe-action__content"
>
<view
class=
"avatar"
>
...
...
@@ -46,6 +46,7 @@ export default {
},
],
blackList
:
[],
dataList
:
[],
//图片路径
baseUrl
:
this
.
$IMG_URL
,
};
...
...
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