MrShi
2025-07-02 39ae52b3f65e2bba3b6570adb51e791cb3befff7
wx/pages/addPersonnel/addPersonnel.vue
@@ -44,7 +44,7 @@
                     <text>{{IdCard(item.idCard, 2)}}|{{IdCard(item.idCard, 3)}}岁</text>
                  </view>
                  <view class="top_b">身份证号:{{item.idCard}}</view>
                  <view class="top_b">备注:{{item.remark}}</view>
                  <view class="top_b">备注:{{item.remark||''}}</view>
               </view>
               <view class="center"></view>
               <view class="bottom">
@@ -96,7 +96,7 @@
         <view class="info">
            <view class="info_title">投保须知</view>
            <scroll-view scroll-y="true" class="info_nr">
               <view>{{info.specialAgreement}}</view>
               <view v-html="info.specialAgreement"></view>
            </scroll-view>
            <view class="info_footer">
               <u-button type="primary" shape="circle" color="#437CB3" :text="`已知晓${num > 0 ? '(' + num + 's)' : ''}`" @click="know"></u-button>