Browse Source

no message

linwenxin 6 ngày trước cách đây
mục cha
commit
94637b7a6e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/packageEnter/pages/insurance/myInsurance/index.vue

+ 2 - 2
src/packageEnter/pages/insurance/myInsurance/index.vue

@@ -4,11 +4,11 @@
       <view class="toubuyangs">
         <view class="toubuyangsTab">
           <view class="toubuyangsTabItem" @click="tabQiehuan('AC')">
-            <view>已组队</view>
+            <view>意外险</view>
             <view :class="{ hengxian: true, xuanzhong: tab == 'AC' }"> </view>
           </view>
           <view class="toubuyangsTabItem" @click="tabQiehuan('DS')">
-            <view>待确认</view>
+            <view>第三者责任险</view>
             <view :class="{ hengxian: true, xuanzhong: tab == 'DS' }"></view>
           </view>
         </view>