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
e76ac753
Commit
e76ac753
authored
Jul 22, 2024
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
年月日时分选择组件封装,并上传时尚 插件市场
parent
f7bbe5f8
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
754 additions
and
10 deletions
+754
-10
index.vue
pages/index/index.vue
+14
-10
changelog.md
uni_modules/f-date-time-picker/changelog.md
+2
-0
f-date-time-picker.vue
...cker/components/f-date-time-picker/f-date-time-picker.vue
+654
-0
package.json
uni_modules/f-date-time-picker/package.json
+83
-0
readme.md
uni_modules/f-date-time-picker/readme.md
+1
-0
No files found.
pages/index/index.vue
View file @
e76ac753
...
@@ -2,6 +2,10 @@
...
@@ -2,6 +2,10 @@
<view
class=
"content"
:style=
"[style]"
>
<view
class=
"content"
:style=
"[style]"
>
<f-status-view
v-if=
"statusViewUI.isShow"
:status=
"statusViewUI.status"
:style=
"statusViewStyle"
<f-status-view
v-if=
"statusViewUI.isShow"
:status=
"statusViewUI.status"
:style=
"statusViewStyle"
@
tap=
"onStatusViewClick"
></f-status-view>
@
tap=
"onStatusViewClick"
></f-status-view>
<view
class=
"v-row"
>
<f-date-time-picker
style=
"width: 100%;"
mode=
"datetime"
returnType=
"yyyy-MM-dd"
@
change=
"onPopDatetimePickerChange"
@
dismiss=
"onPopDatatimePickerDismiss"
></f-date-time-picker>
</view>
<view
class=
"v-row"
>
<view
class=
"v-row"
>
<f-avatar-edit
:avatar=
"avatar"
@
onAvatarSelected=
"onAvatarSelected"
@
click=
"onAvatarClick"
<f-avatar-edit
:avatar=
"avatar"
@
onAvatarSelected=
"onAvatarSelected"
@
click=
"onAvatarClick"
@
onSelectBtnClick=
"onSelectAvatarBtnClick"
></f-avatar-edit>
@
onSelectBtnClick=
"onSelectAvatarBtnClick"
></f-avatar-edit>
...
...
uni_modules/f-date-time-picker/changelog.md
0 → 100644
View file @
e76ac753
## 1.0.0(2024-07-22)
1.
0.0
uni_modules/f-date-time-picker/components/f-date-time-picker/f-date-time-picker.vue
0 → 100644
View file @
e76ac753
This diff is collapsed.
Click to expand it.
uni_modules/f-date-time-picker/package.json
0 → 100644
View file @
e76ac753
{
"id"
:
"f-date-time-picker"
,
"displayName"
:
"f-date-time-picker"
,
"version"
:
"1.0.0"
,
"description"
:
"年月日时分选择组件"
,
"keywords"
:
[
"f-date-time-picker"
],
"repository"
:
""
,
"engines"
:
{
"HBuilderX"
:
"^3.1.0"
},
"dcloudext"
:
{
"type"
:
"component-vue"
,
"sale"
:
{
"regular"
:
{
"price"
:
"0.00"
},
"sourcecode"
:
{
"price"
:
"0.00"
}
},
"contact"
:
{
"qq"
:
""
},
"declaration"
:
{
"ads"
:
"无"
,
"data"
:
"插件不采集任何数据"
,
"permissions"
:
"无"
},
"npmurl"
:
""
},
"uni_modules"
:
{
"dependencies"
:
[],
"encrypt"
:
[],
"platforms"
:
{
"cloud"
:
{
"tcb"
:
"y"
,
"aliyun"
:
"y"
,
"alipay"
:
"y"
},
"client"
:
{
"Vue"
:
{
"vue2"
:
"y"
,
"vue3"
:
"y"
},
"App"
:
{
"app-vue"
:
"u"
,
"app-nvue"
:
"u"
,
"app-uvue"
:
"u"
},
"H5-mobile"
:
{
"Safari"
:
"u"
,
"Android Browser"
:
"u"
,
"微信浏览器(Android)"
:
"u"
,
"QQ浏览器(Android)"
:
"u"
},
"H5-pc"
:
{
"Chrome"
:
"u"
,
"IE"
:
"u"
,
"Edge"
:
"u"
,
"Firefox"
:
"u"
,
"Safari"
:
"u"
},
"小程序"
:
{
"微信"
:
"y"
,
"阿里"
:
"u"
,
"百度"
:
"u"
,
"字节跳动"
:
"u"
,
"QQ"
:
"u"
,
"钉钉"
:
"u"
,
"快手"
:
"u"
,
"飞书"
:
"u"
,
"京东"
:
"u"
},
"快应用"
:
{
"华为"
:
"u"
,
"联盟"
:
"u"
}
}
}
}
}
\ No newline at end of file
uni_modules/f-date-time-picker/readme.md
0 → 100644
View file @
e76ac753
# f-date-time-picker
\ No newline at end of file
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