MrShi
2025-07-02 39ae52b3f65e2bba3b6570adb51e791cb3befff7
wx/pages/online_reporting/online_reporting.vue
@@ -33,15 +33,18 @@
      <view class="box_wu" v-else>
         <image src="@/static/icon/default_nodata@2x.png" mode="widthFix"></image>
      </view>
      <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 100rpx);"></view>
      <!-- <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 100rpx);"></view>
      <view class="box_footer">
         <u-button type="primary" shape="circle" color="#437CB3" text="新增报案理赔" @click="baoan"></u-button>
      </view>
      </view> -->
      <MyTabbar :currentPage="currentPage" />
   </view>
</template>
<script>
   import MyTabbar from '@/components/my-tabbar/my-tabbar.vue'
   export default {
      components: { MyTabbar },
      data() {
         return {
            num: 0,
@@ -69,7 +72,8 @@
               { name: '待结案', id: '12' },
               { name: '已结案', id: '13' },
               { name: '已撤案', id: '14' }
            ]
            ],
            currentPage: '/pages/online_reporting/online_reporting',
         };
      },
      onLoad() {
@@ -153,7 +157,8 @@
               position: absolute;
               top: 0;
               right: 0;
               width: 118rpx;
               padding: 0 20rpx;
               box-sizing: border-box;
               height: 52rpx;
               line-height: 52rpx;
               text-align: center;