MrShi
2025-01-02 77d8f6ccb72cb64c29e77c39fcc8298781d008bb
h5/pages/workOrder/edit.vue
@@ -51,7 +51,7 @@
                  <u-icon class="close" size="20" name="close-circle-fill" color="red"
                     @click="fileDel('fileList', i)"></u-icon>
                  <image v-if="item.type == 0" :src="item.fileurlFull" mode="widthFix"></image>
                  <video v-if="item.type == 1" :src="item.fileurlFull" :controls="false"></video>
                  <video v-if="item.type == 1" :show-center-play-btn="false" :src="item.fileurlFull" :controls="false"></video>
               </view>
            </view>
         </view>
@@ -116,7 +116,7 @@
            showCate2: false,
            areaType: [
               [{
                     name: '室内装修',
                     name: '室内维修',
                     id: 0
                  },
                  {
@@ -431,7 +431,10 @@
               position: absolute;
               right: -20rpx;
               top: -20rpx;
               z-index: 9999;
               z-index: 9999;
               background-color: #fff;
               border-radius: 50%;
               overflow: hidden;
            }
            image {