董国庆
2025-02-28 eb2b9200aa356fd5423b69cf1615ce4d9fcd25a0
H5/pages/result-entry/index.vue
@@ -124,7 +124,7 @@
               <image src="@/static/noNull.png" class="w-35 h-35 mr-13 shrink0" />
               <view class="fs-23 color99">办结结果描述不能为空</view>
            </view>
            <view class="fs-27 mt-38 lh-38 font-bold">图片</view>
            <view class="fs-27 mt-38 lh-38 font-bold">上传图片</view>
            <view class="flex wrap mt-27">
               <view class="relative mr-15" v-for="(item, index) in localImageUrls" :key="index">
                  <image v-if="item != 'loading'" :src="item" class="w-140 h-140 shrink0 br-8" />
@@ -142,7 +142,7 @@
               </view>
               <image @tap="uploadImg(1)" src="/static/Appeal/add.png" class="w-140 h-140 shrink0" />
            </view>
            <view class="fs-27 mt-37 lh-38 font-bold">视频</view>
            <view class="fs-27 mt-37 lh-38 font-bold">上传视频</view>
            <view class="flex wrap mt-27">
               <view class="imgOrVedio" v-for="(ite, ind) in completionVideos" :key="ind">
                  <video v-if="ite != 'loading'" id="myVideo" class="videoImg shrink0" disabled :controls="false"
@@ -168,7 +168,9 @@
               style="height: 365rpx;width: calc(100% - 31rpx);" placeholder="请输入补充说明内容" /> -->
         </view>
      </view>
      <view @click.stop="submit" class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4">提交办结结果</view>
      <view @click.stop="submit" 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>
      <u-picker :show="showList" :columns="columns" @confirm="confirm" @cancel="cancel"></u-picker>
   </view>
@@ -585,4 +587,8 @@
      font-size: 30rpx;
      color: #FF4948 !important;
   }
   .btn-box {
      height: 120rpx;
   }
</style>