This commit is contained in:
shidongli 2023-10-24 13:42:14 +08:00
parent a07ffbca47
commit a5777bbebe
3 changed files with 40 additions and 46 deletions

View File

@ -3,14 +3,14 @@
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/homepage/homepage", "path": "pages/myinformation/myinformation",
"style": { "style": {
"navigationBarTitleText": "工单", "navigationBarTitleText": "我的",
"onReachBottomDistance": 20, // px "enablePullDownRefresh": false
"enablePullDownRefresh": true //true
} }
}, },
{ {
"path": "pages/ServiceSchedule/ServiceSchedule", "path": "pages/ServiceSchedule/ServiceSchedule",
"style": { "style": {
@ -18,35 +18,35 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#4ac4ab" "navigationBarBackgroundColor": "#4ac4ab"
} }
}, }, {
{
"path": "pages/seekadvicefrom/seekadvicefrom",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/myinformation/myinformation", "path": "pages/homepage/homepage",
"style": { "style": {
"navigationBarTitleText": "我的", "enablePullDownRefresh": false,
"enablePullDownRefresh": false "navigationBarTitleText": "工单"
// "navigationStyle": "custom"
} }
}, { }
"path": "pages/taskDetails/taskDetails", // {
"style": { // "path": "pages/index/index",
"navigationBarTitleText": "工单详情", // "style": {
"enablePullDownRefresh": false // "enablePullDownRefresh": false,
} // "navigationStyle": "custom"
}, { // }
// }
, {
"path": "pages/Personalinfo/Personalinfo", "path": "pages/Personalinfo/Personalinfo",
"style": { "style": {
"navigationBarTitleText": "个人信息", "navigationBarTitleText": "个人信息",
@ -60,6 +60,7 @@
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#18CBB3", "navigationBarBackgroundColor": "#18CBB3",
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
}, },
"uniIdRouter": {}, "uniIdRouter": {},
"tabBar": { "tabBar": {

View File

@ -149,7 +149,7 @@
display: flex; display: flex;
position: absolute; position: absolute;
right: 2%; right: 2%;
top: 13%; top: 20%;
flex-wrap: wrap; flex-wrap: wrap;
width: 400rpx; width: 400rpx;

View File

@ -1,13 +1,7 @@
<template> <template>
<view class="app"> <view class="app">
<!-- 家医 --> <!-- 家医 -->
<!-- <view class="Familydoctor"> <!-- <view class="Familydoctor">
<div class="imgs">
<image src="../../static/top.png" mode=""></image>
<view class="my">
我的
</view>
</div>
<view class="Familybody"> <view class="Familybody">
<view class="myorder titles"> <view class="myorder titles">
<view class="title"> <view class="title">
@ -57,10 +51,6 @@
<!-- 泉医 --> <!-- 泉医 -->
<view class="Quanyi"> <view class="Quanyi">
<div class="imgs"> <div class="imgs">
<image src="../../static/top.png" mode=""></image>
<!-- <view class="my">
我的
</view> -->
</div> </div>
<image src="/static/headsculpture.png" mode="" class="headsculpture"> <image src="/static/headsculpture.png" mode="" class="headsculpture">
</image> </image>
@ -147,6 +137,7 @@
.Familydoctor { .Familydoctor {
.imgs { .imgs {
// background: red; // background: red;
// height: 335rpx; // height: 335rpx;
width: 100%; width: 100%;
@ -233,7 +224,8 @@
.imgs { .imgs {
width: 100%; width: 100%;
height: 100rpx; height: 345rpx;
background-color: #18CBB3;
image { image {
position: absolute; position: absolute;
@ -262,6 +254,7 @@
opacity: 1; opacity: 1;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
top: -160rpx;
.name { .name {
height: 38rpx; height: 38rpx;
@ -290,7 +283,7 @@
height: 54rpx; height: 54rpx;
position: relative; position: relative;
left: 72%; left: 72%;
top: 7%; top: 5%;
} }
.myorder { .myorder {
@ -339,7 +332,7 @@
.headsculpture { .headsculpture {
position: absolute; position: absolute;
top: 25rpx; top: 104rpx;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
width: 150rpx; width: 150rpx;