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
f7bbe5f8
Commit
f7bbe5f8
authored
Jun 24, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
ce698a64
Changes
3
Hide 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 @
f7bbe5f8
## 1.0.4(2024-06-24)
1.
0.4
## 1.0.3(2024-06-13)
1.
0.3
## 1.0.2(2024-06-13)
...
...
uni_modules/f-add-image-grid/components/f-add-image-grid/f-add-image-grid.vue
View file @
f7bbe5f8
...
...
@@ -71,7 +71,7 @@
this
.
$emit
(
"onAddPicBtnClick"
);
let
_this
=
this
;
uni
.
chooseImage
({
count
:
this
.
count
,
count
:
this
.
max
,
success
(
res
)
{
//console.log('chooseImage success res: ', res);
let
tempFilePaths
=
res
.
tempFilePaths
;
...
...
uni_modules/f-add-image-grid/package.json
View file @
f7bbe5f8
{
"id"
:
"f-add-image-grid"
,
"displayName"
:
"f-add-image-grid"
,
"version"
:
"1.0.
3
"
,
"version"
:
"1.0.
4
"
,
"description"
:
"图片选择"
,
"keywords"
:
[
"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