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
a2b6920a
Commit
a2b6920a
authored
Oct 14, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
....
parent
2dd5ee3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
TaskPerson.vue
components/renwu/TaskPerson.vue
+5
-3
Integral.vue
views/Integral.vue
+1
-1
No files found.
components/renwu/TaskPerson.vue
View file @
a2b6920a
<
template
>
<
template
>
<view
class=
"task_person_overlay"
v-if=
"visible"
@
click=
"handleClose"
>
<view
class=
"task_person_overlay"
v-if=
"visible"
>
<!-- 遮罩层 -->
<!-- 遮罩层 -->
<view
class=
"mask_overlay"
></view>
<view
class=
"mask_overlay"
></view>
...
@@ -155,7 +155,7 @@ const pageType = ref("add");
...
@@ -155,7 +155,7 @@ const pageType = ref("add");
const
babyId
=
ref
(
""
);
const
babyId
=
ref
(
""
);
const
pageStatus
=
ref
({
const
pageStatus
=
ref
({
formStatus
:
0
,
// 0: 隐藏 1: 展开, 2: 收起
formStatus
:
2
,
// 0: 隐藏 1: 展开, 2: 收起
btnStatus
:
true
,
// 是否显示提交按钮
btnStatus
:
true
,
// 是否显示提交按钮
});
});
...
@@ -671,12 +671,14 @@ const initData = () => {
...
@@ -671,12 +671,14 @@ const initData = () => {
});
});
};
};
onMounted
(()
=>
{
onMounted
(
async
()
=>
{
md
.
sensorLogTake
({
md
.
sensorLogTake
({
xcxPage
:
"任务页面-信息完善页浏览"
,
xcxPage
:
"任务页面-信息完善页浏览"
,
pageName
:
"任务页面-信息完善页"
,
pageName
:
"任务页面-信息完善页"
,
});
});
await
pageCfgStore
.
fetchCfg
();
initData
();
initData
();
});
});
...
...
views/Integral.vue
View file @
a2b6920a
...
@@ -281,7 +281,7 @@
...
@@ -281,7 +281,7 @@
</view>
</view>
<!-- 7天连续签到奖励容器 -->
<!-- 7天连续签到奖励容器 -->
<view class="
signin_reward_container
" v-if="
fals
e
">
<view class="
signin_reward_container
" v-if="
tru
e
">
<!-- 标题区域 -->
<!-- 标题区域 -->
<view class="
signin_title_area
">
<view class="
signin_title_area
">
<text class="
signin_main_title
">连签7天,奖励翻5倍</text>
<text class="
signin_main_title
">连签7天,奖励翻5倍</text>
...
...
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