diff --git a/TUIChatService/TUIKit/components/TUIChat/index.wxml b/TUIChatService/TUIKit/components/TUIChat/index.wxml
index 21fbcb7..95b2e7e 100644
--- a/TUIChatService/TUIKit/components/TUIChat/index.wxml
+++ b/TUIChatService/TUIKit/components/TUIChat/index.wxml
@@ -2,6 +2,10 @@
+
+ 温馨提示:还剩{{serviceInfo.remaining_quantity}}盒“肝爽颗粒(步长)”,记得开具处方
+
+
{{baseInfo.patient_family_name}}
@@ -38,10 +42,8 @@
如需要修改视频时间,请点击这里
-
- 温馨提示:还剩{{serviceInfo.remaining_quantity}}盒“肝爽颗粒(步长)”,记得开具处方
-
-
+
+
diff --git a/TUIChatService/TUIKit/components/TUIChat/index.wxss b/TUIChatService/TUIKit/components/TUIChat/index.wxss
index 5281c47..f015d3d 100644
--- a/TUIChatService/TUIKit/components/TUIChat/index.wxss
+++ b/TUIChatService/TUIKit/components/TUIChat/index.wxss
@@ -129,7 +129,7 @@
position: absolute;
}
.info{
- /* position: relative; */
+ position: relative;
z-index: 9;
height: 100rpx;
background-color: rgb(255, 255, 255);
@@ -322,9 +322,11 @@ color: #FF9C00;
color:#E34D59;
}
.yaotip{
- position: fixed;
+ position: absolute;
+ left:0;
+ width:100%;
z-index:999;
- top:230rpx;
+ top:100rpx;
justify-content: space-between;
padding: 0 10rpx;
display: flex;