2 次代码提交 7184b85e42 ... de3a6cbb63

作者 SHA1 备注 提交日期
  liweimin de3a6cbb63 Merge branch 'dev' of http://gogs.ywtinfo.com/chenjunkun/th_net_hospital_ali_mp into dev 2 年之前
  liweimin a327fd687a fix: 核酸挂号详情页面修改 2 年之前

+ 13 - 6
antbuilder/industry/hospitalV2/components/appointment-result/index.axml

@@ -80,18 +80,24 @@
 
     <!-- 叫号中 -->
     <block a:if="{{ result.status === 2 }}">
-      <view class="result-block result-center">
+      <!-- <view class="result-block result-center">
         <view class="result-block-big">
           <text class="theme line">88号</text>
           <text>前面就诊 <text class="theme">{{ result.num }}</text> 位</text>
         </view>
         <view class="theme result-tip">排队中</view>
         <view class="result-gray">请不要走远,过号后将顺延3人</view>
+      </view> -->
+      <view class="result-block result-center">
+        <view class="result-block-row center">
+          <icon type="success" size="40" color="#22b35e"/>
+          <text class="result-block-success">{{ result.statusStr}}</text>
+        </view>
       </view>
-
+      
       <template is="from" data="{{ viewItem, result }}" />
 
-      <view class="result-block">
+      <!-- <view class="result-block">
         <view class="result-block-title">
           <view>如何就诊</view>
         </view>
@@ -101,9 +107,9 @@
           <text class="result-block-t" onTap="toH5" data-url="https://hospitalupgrade-dev.alipay-eco.com/page/hospital-navigation.html">查看路线</text>
           <text onTap="hrefTo">刷医保</text>
         </view>
-      </view>
+      </view> -->
 
-      <view class="result-block">
+      <!-- <view class="result-block">
         <view class="result-block-title">
           <view>注意事项</view>
         </view>
@@ -111,9 +117,10 @@
         <view>1. 请严格按照提示时段就诊,过时作废</view>
         <view>2. 就诊时需携带本人身份证</view>
         <view>3. 就诊时必须携带口罩并请提前准备好健康码</view>
-      </view>
+      </view> -->
       <view class="footer-container">
         <view class="back-to-home" onTap="toBackHome">回到首页</view>
+        <view class="result-button" onTap="onCancel"><text class="txt">取消预约</text></view>
       </view>
     </block>
 

+ 1 - 1
antbuilder/industry/hospitalV2/components/booking-detail/index.acss

@@ -1,6 +1,6 @@
 .booking-detail-container {
   box-sizing: border-box;
-  min-height: 100vh;
+  /* min-height: 100vh; */
   padding-bottom: 40rpx;
   background-color: #f5f5f5;
 }

+ 4 - 4
antbuilder/industry/hospitalV2/components/booking-detail/index.axml

@@ -36,17 +36,17 @@
     </title-layout>
 
     <!-- 注意事项 -->
-    <title-layout title="注意事项">
+    <!-- <title-layout title="注意事项">
       <view slot="content">
         <text>{{hospitalInfo.notice}}</text>
       </view>
-    </title-layout>
+    </title-layout> -->
 
     <!-- 如何到院 -->
-    <title-layout title="如何到院">
+    <!-- <title-layout title="如何到院">
       <view slot="content">{{hospitalInfo.toHospital}}</view>
       <view class="btn" slot="btn" data-url="{{hospitalInfo.toHospitalUrl}}" onTap="handleOpenCheck">查看路线</view>
-    </title-layout>
+    </title-layout> -->
 
     <!-- 取消预约 -->
     <view class="cancel-booking">