carver преди 2 години
родител
ревизия
d7ee9c4f0a

+ 2 - 2
antbuilder/industry/hospitalV2/components/follow-up-notice/index.axml

@@ -2,10 +2,10 @@
   <view class="follow-up-notice">
     <mas-adc-rich-pro content="{{ content }}"/>
     <view class="fixed-footer">
-      <view class="agree-container">
+      <!-- <view class="agree-container">
         <text>同意</text>
         <text class="agree" onTap="toService">《用户授权协议》</text>
-      </view>
+      </view> -->
       <view class="button" onTap="toNextPage">同意挂号须知</view>
     </view>
   </view>

+ 1 - 1
antbuilder/industry/hospitalV2/components/hospital-payment/index.axml

@@ -14,7 +14,7 @@
     onService="onService"
     height="{{ props.contentHeight }}"
     emptyTitle="该就诊人暂无记录"
-    emptyMessage="你可以在顶部其他就诊人"
+    emptyMessage="你可以在顶部选择其他就诊人"
   >
     <view slot-scope="props" class="payment-block" catchTap="toDetail" data-item="{{ props.item }}" data-outTradeNo="{{ props.item.outTradeNo }}" data-type="{{ props.item.type }}">
       <view class="payment-flex payment-top">

+ 1 - 1
antbuilder/industry/hospitalV2/components/line-up-record/index.axml

@@ -9,7 +9,7 @@
     onService="onService"
     emptyTitle="该就诊人暂无记录"
     height="{{ props.contentHeight }}"
-    emptyMessage="你可以在顶部其他就诊人"
+    emptyMessage="你可以在顶部选择其他就诊人"
   >
     <view slot-scope="props" class="line-up-item">
       <view class="line-up-top">

+ 1 - 1
antbuilder/industry/hospitalV2/components/report-list/index.axml

@@ -12,7 +12,7 @@
     onService="onService"
     height="{{ props.contentHeight }}"
     emptyTitle="该就诊人暂无记录"
-    emptyMessage="你可以在顶部切换其他就诊人"
+    emptyMessage="你可以在顶部选择其他就诊人"
   >
     <record-item
       slot-scope="props"

+ 1 - 1
antbuilder/industry/hospitalV2/components/subscribe-record/index.axml

@@ -11,7 +11,7 @@
     onService="onService"
     emptyTitle="该就诊人暂无订单"
     height="{{ props.contentHeight }}"
-    emptyMessage="你可以在顶部切换时间或其他就诊人"
+    emptyMessage="你可以在顶部切换时间或选择其他就诊人"
   >
   <view slot-scope="props" >
     <record-item  item="{{ props.item }}" a:if="{{props.item.type !== 'a'}}" />