Commit a2b6920a authored by 王炽's avatar 王炽

....

parent 2dd5ee3b
<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();
}); });
......
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
</view> </view>
<!-- 7天连续签到奖励容器 --> <!-- 7天连续签到奖励容器 -->
<view class="signin_reward_container" v-if="false"> <view class="signin_reward_container" v-if="true">
<!-- 标题区域 --> <!-- 标题区域 -->
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment