This commit is contained in:
2023-12-11 14:41:41 +08:00
parent b9e7067f97
commit 40be007929
2 changed files with 41 additions and 12 deletions

View File

@ -2,8 +2,8 @@
"name" : "xinelu-doctor-app", "name" : "xinelu-doctor-app",
"appid" : "__UNI__9BA7A08", "appid" : "__UNI__9BA7A08",
"description" : "", "description" : "",
"versionName" : "1.0.4", "versionName" : "1.0.0",
"versionCode" : 104, "versionCode" : 100,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
@ -60,6 +60,38 @@
}, },
"splashscreen" : { "splashscreen" : {
"useOriginalMsgbox" : true "useOriginalMsgbox" : true
},
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "unpackage/res/icons/192x192.png"
},
"ios" : {
"appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
},
"iphone" : {
"app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png"
}
}
} }
}, },
"nativePlugins" : { "nativePlugins" : {

View File

@ -37,9 +37,7 @@
<view class="" v-if="status==2"> <view class="" v-if="status==2">
预约结束时间点:{{list.appointmentEndTime}} 预约结束时间点:{{list.appointmentEndTime}}
</view> </view>
</view> </view>
<view class="add">附件文件 <view class="add">附件文件
<view class="imageitem"> <view class="imageitem">
<image v-for="(item, index) in url" :key="index" :src="item" mode="" @click="clickImg"></image> <image v-for="(item, index) in url" :key="index" :src="item" mode="" @click="clickImg"></image>
@ -106,7 +104,7 @@
height: 100%; height: 100%;
padding: 30rpx; padding: 30rpx;
// background-color: red; // background-color: red;
font-size: 35rpx; font-size: 30rpx;
// .title { // .title {
// font-size: 20px; // font-size: 20px;
@ -132,21 +130,23 @@
.Familybody { .Familybody {
padding: 30rpx; padding: 30rpx;
width: 98%; width: 98%;
height: 600rpx;
background-color: #fff; background-color: #fff;
line-height: 120rpx; line-height: 60rpx;
margin: 20rpx auto; margin: 20rpx auto;
view {
padding: 20rpx 0;
}
} }
.add { .add {
padding: 30rpx; padding: 30rpx;
width: 98%; width: 98%;
height: 600rpx;
background-color: #fff; background-color: #fff;
line-height: 120rpx; line-height: 120rpx;
// background-color: red; // background-color: red;
// position: relative; // position: relative;
.imageitem { .imageitem {
width: 100%; width: 100%;
display: flex; display: flex;
@ -164,8 +164,6 @@
height: 200rpx; height: 200rpx;
} }
} }
} }
.content { .content {
@ -177,7 +175,6 @@
.information { .information {
line-height: 62rpx; line-height: 62rpx;
} }
} }
} }