董国庆
2025-02-28 eb2b9200aa356fd5423b69cf1615ce4d9fcd25a0
H5/pages/progress/progress.vue
@@ -78,8 +78,10 @@
            暂无数据
         </view>
      </view>
      <view v-if="type" @tap="toAdd" class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4">添加办理进度
      <view v-if="type" @tap="toAdd" class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4 fixed"
         style="width: calc(100% - 62rpx);bottom: calc(env(safe-area-inset-bottom) + 10rpx);">添加办理进度
      </view>
      <view class="btn-box"></view>
      <view class="safe-box"></view>
   </view>
</template>
@@ -103,16 +105,18 @@
            return dayjs(val).format('YYYY-MM-DD HH:mm:ss')
         }
      },
      onShow(params) {
         this.id = params.id
      onLoad(params) {
         if (params.type) {
            this.type = false
            uni.setNavigationBarTitle({
               title: '办理进度'
            })
         }
         this.id = params.id
      },
      onShow(params) {
         getComplaintDetail({
            id: params.id
            id: this.id
         }).then(res => {
            this.info = {
@@ -326,4 +330,8 @@
   #myVideo {
      z-index: 1;
   }
   .btn-box {
      height: 120rpx;
   }
</style>