diff --git a/manifest.json b/manifest.json
index 69f9e8a..f059808 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "xinelu-doctor-app",
"appid" : "__UNI__9BA7A08",
"description" : "",
- "versionName" : "1.0.4",
- "versionCode" : 104,
+ "versionName" : "1.0.0",
+ "versionCode" : 100,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -60,6 +60,38 @@
},
"splashscreen" : {
"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" : {
diff --git a/pages/information/information.vue b/pages/information/information.vue
index ab57518..12e6de5 100644
--- a/pages/information/information.vue
+++ b/pages/information/information.vue
@@ -37,9 +37,7 @@
预约结束时间点:{{list.appointmentEndTime}}
-
-
附件文件
@@ -106,7 +104,7 @@
height: 100%;
padding: 30rpx;
// background-color: red;
- font-size: 35rpx;
+ font-size: 30rpx;
// .title {
// font-size: 20px;
@@ -132,21 +130,23 @@
.Familybody {
padding: 30rpx;
width: 98%;
- height: 600rpx;
background-color: #fff;
- line-height: 120rpx;
+ line-height: 60rpx;
margin: 20rpx auto;
+
+ view {
+ padding: 20rpx 0;
+ }
}
.add {
padding: 30rpx;
width: 98%;
- height: 600rpx;
background-color: #fff;
line-height: 120rpx;
+
// background-color: red;
// position: relative;
-
.imageitem {
width: 100%;
display: flex;
@@ -164,8 +164,6 @@
height: 200rpx;
}
}
-
-
}
.content {
@@ -177,7 +175,6 @@
.information {
line-height: 62rpx;
-
}
}
}