MrShi
2024-04-02 174350e855349919ee287a52d3198c7c7558b858
wx/pages/addPersonnel/addPersonnel.vue
@@ -17,7 +17,7 @@
                  <view class="label">投保年龄:</view>
                  <view class="value">{{info.minAge}}至{{info.maxAge}}周岁</view>
               </view>
               <view class="box_head_info_list_item">
               <view class="box_head_info_list_item" v-if="info.type !== 1">
                  <view class="label">费用:</view>
                  <view class="value">{{info.price}}元</view>
               </view>
@@ -73,7 +73,7 @@
                     <view class="top_item_val">{{list.length}}人</view>
                  </view>
               </view>
               <view class="box_footer_info_bottom">
               <view class="box_footer_info_bottom" v-if="info.type !== 1">
                  <view class="box_footer_info_bottom_label">总费用:</view>
                  <view class="box_footer_info_bottom_val">{{totalPrice}}</view>
               </view>
@@ -106,7 +106,7 @@
                  <view class="info_data_item_label">投保人数:</view>
                  <view class="info_data_item_val">{{list.length}}人</view>
               </view>
               <view class="info_data_item">
               <view class="info_data_item" v-if="info.type !== 1">
                  <view class="info_data_item_label">总费用:</view>
                  <view class="info_data_item_val">{{totalPrice}}元</view>
               </view>