Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
e40ec048
Commit
e40ec048
authored
Aug 27, 2025
by
chenkai@duiba.com.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增工具
parent
b660a3eb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
12 deletions
+17
-12
.DS_Store
.DS_Store
+0
-0
manifest.json
manifest.json
+1
-1
home.json
mock/home.json
+11
-0
package-lock.json
package-lock.json
+4
-10
person.vue
pages/person/person.vue
+1
-1
No files found.
.DS_Store
View file @
e40ec048
No preview for this file type
manifest.json
View file @
e40ec048
...
...
@@ -65,7 +65,7 @@
"desc"
:
"请允许获取位置信息,用于提供附近服务"
}
},
"requiredBackgroundModes"
:
[
"share"
]
"requiredBackgroundModes"
:
[
"share"
]
},
"mp-alipay"
:
{
"usingComponents"
:
true
...
...
mock/home.json
View file @
e40ec048
...
...
@@ -65,6 +65,17 @@
"context"
:
"发育偏离预警早报"
,
"type"
:
1
,
"title"
:
"宝宝生长测评"
},
{
"icon"
:
"homepage/tool_icon_5.png"
,
"link"
:
{
"extra"
:
{},
"type"
:
3
,
"url"
:
"https://ali.xudankeji.com/play/rCeXjMai"
},
"context"
:
"测体质选奶粉"
,
"type"
:
1
,
"title"
:
"体质测试"
}
],
"bgUrl"
:
"homepage/toolBg.png"
...
...
package-lock.json
View file @
e40ec048
{
"name"
:
"20250528_FHQ1"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"dependencies"
:
{
"crypto-js"
:
"^4.2.0"
}
},
"node_modules/crypto-js"
:
{
"lockfileVersion"
:
1
,
"dependencies"
:
{
"crypto-js"
:
{
"version"
:
"4.2.0"
,
"resolved"
:
"http
s://registry.npmmirror.com
/crypto-js/-/crypto-js-4.2.0.tgz"
,
"resolved"
:
"http
://npm.dui88.com:80
/crypto-js/-/crypto-js-4.2.0.tgz"
,
"integrity"
:
"sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
}
}
...
...
pages/person/person.vue
View file @
e40ec048
...
...
@@ -600,7 +600,7 @@ const onSubmit = async (e) => {
// url: "/pages/index/index"
// })
showLoading
();
await
sleep
(
15
00
);
await
sleep
(
30
00
);
await
userStore
.
loadUserInfo
();
await
userStore
.
loadBabyInfo
();
await
userStore
.
loadHomeInfo
();
...
...
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