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
93236d93
Commit
93236d93
authored
May 30, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
b19c3a89
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
changelog.md
uni_modules/f-add-image-grid/changelog.md
+2
-0
f-add-image-grid.vue
...age-grid/components/f-add-image-grid/f-add-image-grid.vue
+1
-1
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 @
93236d93
## 1.0.3(2024-05-30)
1.
0.3
## 1.0.1(2024-05-30)
## 1.0.1(2024-05-30)
1.
0.1
1.
0.1
## 1.0.0(2024-05-30)
## 1.0.0(2024-05-30)
...
...
uni_modules/f-add-image-grid/components/f-add-image-grid/f-add-image-grid.vue
View file @
93236d93
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
tempFilePaths
.
forEach
((
item
,
index
)
=>
{
tempFilePaths
.
forEach
((
item
,
index
)
=>
{
_this
.
picsInner
.
push
(
item
)
_this
.
picsInner
.
push
(
item
)
})
})
this
.
$emit
(
"choose"
,
_this
.
picsInner
)
_
this
.
$emit
(
"choose"
,
_this
.
picsInner
)
},
},
fail
(
res
)
{
fail
(
res
)
{
console
.
log
(
'chooseImage fail res: '
,
res
);
console
.
log
(
'chooseImage fail res: '
,
res
);
...
...
uni_modules/f-add-image-grid/package.json
View file @
93236d93
{
{
"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