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
531e53d4
Commit
531e53d4
authored
Jun 04, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+
parent
8eb09a2e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
3 deletions
+14
-3
changelog.md
uni_modules/f-avatar-edit/changelog.md
+6
-0
f-avatar-edit.vue
.../f-avatar-edit/components/f-avatar-edit/f-avatar-edit.vue
+4
-1
package.json
uni_modules/f-avatar-edit/package.json
+1
-1
changelog.md
uni_modules/f-image-01/changelog.md
+2
-0
package.json
uni_modules/f-image-01/package.json
+1
-1
No files found.
uni_modules/f-avatar-edit/changelog.md
View file @
531e53d4
## 1.0.3(2024-06-04)
1.
0.3
## 1.0.2(2024-06-04)
1.
0.2
## 1.0.1(2024-06-04)
1.
0.1
## 1.0.0(2024-06-04)
## 1.0.0(2024-06-04)
1.
0.0
1.
0.0
uni_modules/f-avatar-edit/components/f-avatar-edit/f-avatar-edit.vue
View file @
531e53d4
<
template
>
<
template
>
<view
class=
"flex-row v-avatar"
style=
"padding-right: 10rpx"
:style=
"[style]"
@
click=
"onClick"
>
<view
class=
"flex-row v-avatar"
:style=
"[style]"
@
click=
"onClick"
>
<f-image-01
:avatar=
"avatar"
:style=
"avatarStyle"
></f-image-01>
<f-image-01
:avatar=
"avatar"
:style=
"avatarStyle"
></f-image-01>
<image
class=
"image-avatar-right"
src=
"/static/f/com-camera-small.png"
mode=
"aspectFill"
<image
class=
"image-avatar-right"
src=
"/static/f/com-camera-small.png"
mode=
"aspectFill"
@
click
.
stop=
"onSelectBtnClick"
></image>
@
click
.
stop=
"onSelectBtnClick"
></image>
...
@@ -25,6 +25,9 @@
...
@@ -25,6 +25,9 @@
methods
:
{
methods
:
{
onClick
()
{
onClick
()
{
this
.
$emit
(
"click"
)
this
.
$emit
(
"click"
)
uni
.
previewImage
({
urls
:
[
this
.
avatar
]
})
},
},
onSelectBtnClick
()
{
onSelectBtnClick
()
{
let
_this
=
this
;
let
_this
=
this
;
...
...
uni_modules/f-avatar-edit/package.json
View file @
531e53d4
{
{
"id"
:
"f-avatar-edit"
,
"id"
:
"f-avatar-edit"
,
"displayName"
:
"f-avatar-edit"
,
"displayName"
:
"f-avatar-edit"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
3
"
,
"description"
:
"f-avatar-edit"
,
"description"
:
"f-avatar-edit"
,
"keywords"
:
[
"keywords"
:
[
"f-avatar-edit"
"f-avatar-edit"
...
...
uni_modules/f-image-01/changelog.md
View file @
531e53d4
## 1.0.3(2024-06-04)
1.
0.3
## 1.0.2(2024-05-30)
## 1.0.2(2024-05-30)
1.
0.2
1.
0.2
## 1.0.1(2024-05-28)
## 1.0.1(2024-05-28)
...
...
uni_modules/f-image-01/package.json
View file @
531e53d4
{
{
"id"
:
"f-image-01"
,
"id"
:
"f-image-01"
,
"displayName"
:
"f-image-01"
,
"displayName"
:
"f-image-01"
,
"version"
:
"1.0.
2
"
,
"version"
:
"1.0.
3
"
,
"description"
:
"f-image-01"
,
"description"
:
"f-image-01"
,
"keywords"
:
[
"keywords"
:
[
"f-image-01"
"f-image-01"
...
...
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