Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
fashion-ui
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
tangfh
fashion-ui
Commits
de7fad7c
Commit
de7fad7c
authored
Jun 13, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
540cbb9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
changelog.md
uni_modules/f-add-image-grid/changelog.md
+4
-0
f-add-image-grid.vue
...age-grid/components/f-add-image-grid/f-add-image-grid.vue
+10
-0
package.json
uni_modules/f-add-image-grid/package.json
+1
-1
No files found.
uni_modules/f-add-image-grid/changelog.md
View file @
de7fad7c
## 1.0.3(2024-06-13)
1.
0.3
## 1.0.2(2024-06-13)
1.
0.2
## 1.0.1(2024-06-12)
## 1.0.1(2024-06-12)
1.
0.1
1.
0.1
## 1.0.0(2024-06-07)
## 1.0.0(2024-06-07)
...
...
uni_modules/f-add-image-grid/components/f-add-image-grid/f-add-image-grid.vue
View file @
de7fad7c
...
@@ -43,6 +43,13 @@
...
@@ -43,6 +43,13 @@
},
},
created
()
{
created
()
{
},
watch
:
{
pics
(
newVal
,
oldVal
)
{
if
(
newVal
)
{
this
.
picsInner
=
newVal
}
}
},
},
methods
:
{
methods
:
{
showBorder
()
{
showBorder
()
{
...
@@ -52,6 +59,9 @@
...
@@ -52,6 +59,9 @@
},
},
onDeleteImageBtnClick
(
index
)
{
onDeleteImageBtnClick
(
index
)
{
//this.$emit("delete", index);
//this.$emit("delete", index);
if
(
!
this
.
edit
)
{
return
;
}
this
.
picsInner
=
this
.
picsInner
.
filter
((
item
)
=>
{
this
.
picsInner
=
this
.
picsInner
.
filter
((
item
)
=>
{
return
this
.
picsInner
[
index
]
!=
item
return
this
.
picsInner
[
index
]
!=
item
})
})
...
...
uni_modules/f-add-image-grid/package.json
View file @
de7fad7c
{
{
"id"
:
"f-add-image-grid"
,
"id"
:
"f-add-image-grid"
,
"displayName"
:
"f-add-image-grid"
,
"displayName"
:
"f-add-image-grid"
,
"version"
:
"1.0.
1
"
,
"version"
:
"1.0.
3
"
,
"description"
:
"图片选择"
,
"description"
:
"图片选择"
,
"keywords"
:
[
"keywords"
:
[
"f-add-image-grid"
"f-add-image-grid"
...
...
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