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
751dad28
Commit
751dad28
authored
Oct 13, 2025
by
lg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 隐藏奶娃宝典工具
parent
91f7c05c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
My.vue
views/My.vue
+10
-8
No files found.
views/My.vue
View file @
751dad28
...
@@ -97,14 +97,16 @@
...
@@ -97,14 +97,16 @@
<view
class=
"tool-container"
>
<view
class=
"tool-container"
>
<text
class=
"tool-title"
>
工具
</text>
<text
class=
"tool-title"
>
工具
</text>
<view
class=
"tool-list"
>
<view
class=
"tool-list"
>
<view
class=
"tool-item"
v-for=
"item in toolList"
:key=
"item.title"
@
click=
"handleToolClick(item)"
>
<template
v-for=
"item in toolList"
:key=
"item.title"
>
<image
class=
"tool-icon"
:src=
"$baseUrl + item.bgUrl"
mode=
"aspectFit"
/>
<view
v-if=
"!item.hidden"
class=
"tool-item"
@
click=
"handleToolClick(item)"
>
<!-- || item.title == '产检提醒' || item.title == '喂养记录' || item.title == '生长测评' -->
<image
class=
"tool-icon"
:src=
"$baseUrl + item.bgUrl"
mode=
"aspectFit"
/>
<button
<!-- || item.title == '产检提醒' || item.title == '喂养记录' || item.title == '生长测评' -->
v-if=
"(item.title == '医生问诊') && !cfgStatus.isRegister"
<button
class=
"tool-btn-register"
type=
"primary"
open-type=
"getPhoneNumber"
v-if=
"(item.title == '医生问诊') && !cfgStatus.isRegister"
@
getphonenumber=
"getRealtimePhoneNumber"
/>
class=
"tool-btn-register"
type=
"primary"
open-type=
"getPhoneNumber"
</view>
@
getphonenumber=
"getRealtimePhoneNumber"
/>
</view>
</
template
>
</view>
</view>
</view>
</view>
...
...
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