This commit is contained in:
2023-07-21 16:45:18 +08:00
parent d2a2e72a5d
commit de8c627a6f
6 changed files with 22 additions and 34 deletions

View File

@ -1,5 +1,5 @@
{
"name" : "智慧幼儿体质评估与促进系统",
"name" : "幼儿体质健康促进系统",
"appid" : "__UNI__D9D6FB7",
"description" : "",
"versionName" : "1.0.0",

View File

@ -9,21 +9,6 @@
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#D7EEE8"
}
}, {
"path": "pages/prescription/prescription",
"style": {
"navigationBarTitleText": "体质评估运动处方",
"navigationBarTextStyle": "white", //
"navigationBarBackgroundColor": "#37A97B"
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#D7EEE8"
}
}, {
"path": "pages/Parentinformation/Parentinformation",
"style": {
@ -32,18 +17,28 @@
// "navigationStyle": "custom",
"navigationBarBackgroundColor": "#D7EEE8" //
}
}, {
"path": "pages/prescription/prescription",
"style": {
"navigationBarTitleText": "体质评估运动处方",
"navigationBarTextStyle": "white", //
"navigationBarBackgroundColor": "#37A97B"
}
}, {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#D7EEE8"
}
},
{
"path": "pages/Personal/Personal",
"style": {
"navigationBarTitleText": "",
// "enablePullDownRefresh": false,
// "enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#D7EEE8" //
}
}, {
"path": "pages/grade/grade",
"style": {
@ -51,9 +46,7 @@
// "enablePullDownRefresh": false,
// "navigationStyle": "custom",
"navigationBarBackgroundColor": "#D7EEE8" //
}
}, {
"path": "pages/home/home",
"style": {
@ -69,12 +62,8 @@
"navigationBarTitleText": "体质评估运动处方",
"navigationBarBackgroundColor": "#37A97B",
"navigationBarTextStyle": "white" //
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",

View File

@ -58,10 +58,10 @@
<view class="masks" style="" v-if="maskshow">
<view class="mask">
<view class="title">
智慧幼儿体质评估与促进系统隐私保护
幼儿体质健康促进系统隐私保护
</view>
<view class="text" style="">
<P>本指引是智慧幼儿体质评估与促进系统小程序开发者为收集使用和存储您的信息而制定</P>
<P>本指引是幼儿体质健康促进系统小程序开发者为收集使用和存储您的信息而制定</P>
<p>开发者收集信息</p>
<ul>
<li>1开发者收集您的姓名用于绑定学生家长信息</li>
@ -451,11 +451,11 @@
// float: right;
position: absolute;
right: 3%;
transform: translateY(-30px);
transform: translateY(-0px);
image {
width: 172rpx;
height: 172rpx;
width: 130rpx;
height: 120rpx;
}
}
}

View File

@ -4,8 +4,7 @@
<view class="tucengstyle">
<image src="/static/tuceng.png"></image>
</view>
<view class="zhihui">智慧幼儿体质评估
与促进系统
<view class="zhihui">幼儿体质健康促进系统
</view>
<button class="denglu" open-type="getPhoneNumber" @getphonenumber='getPhoneNumberp'>微信一键登录</button>
<view class="masks" style="" v-if="mask">
@ -310,7 +309,7 @@
left: 38%;
top: 15%;
/* background-color: red; */
width: 179rpx;
width: 200rpx;
height: 189rpx;
text-align: center;
/* vertical-align:middle;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 195 KiB