diff --git a/manifest.json b/manifest.json
index 593ed23..05ac520 100644
--- a/manifest.json
+++ b/manifest.json
@@ -63,7 +63,7 @@
},
"plugins" : {
"polyv-player" : {
- "version" : "1.9.0",
+ "version" : "1.9.1",
"provider" : "wx4a350a258a6f7876"
}
},
diff --git a/pages/caseTalk/caseTalk.vue b/pages/caseTalk/caseTalk.vue
index af56adb..a168990 100644
--- a/pages/caseTalk/caseTalk.vue
+++ b/pages/caseTalk/caseTalk.vue
@@ -7,7 +7,7 @@
病例数
- {{numInfo.exchange_collect_num}}
+ {{numInfo.exchange_comment_num}}
互动数
@@ -63,6 +63,7 @@
>
{{ htmlToText(item.exchange_content) }}
+
-
+
+
+
@@ -29,5 +31,14 @@ onLoad((options) => {
.imgbox{
margin: -30rpx 30rpx 0;
overflow-y: scroll;
+ display: flex;
+ align-items: center;
+ flex-direction:column;
+ justify-content: center;
+ min-height:calc(100vh - 200rpx);
+ .box{
+ width:100%;
+ height:100%;
+ }
}
diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue
index 1b06d2d..bca98cc 100644
--- a/pages/detail/detail.vue
+++ b/pages/detail/detail.vue
@@ -5,7 +5,7 @@
loading-more-no-more-text="咱也是有底线的!"
:auto-show-back-to-top="false"
v-model="dataList"
- refresher-out-rate="0.8"
+ :refresher-out-rate="0.8"
:empty-view-super-style="{'paddingBottom':'140rpx'}"
:refresher-title-style="{'paddingBottom':'60rpx','paddingTop':'10rpx'}"
:refresher-img-style="{'paddingBottom':'60rpx','paddingTop':'10rpx'}"
@@ -126,6 +126,7 @@
- 病例信息
+ 疾病信息
- 结果与讨论
+ 总结与讨论
@@ -360,7 +361,7 @@
:focus="false"
ref="commentTextarea"
height="200"
- cursorSpacing="240"
+ :cursorSpacing="240"
adjustPosition
adjust-keyboard-to="bottom"
v-model="content"
@@ -444,7 +445,7 @@
-