董国庆
2025-02-25 910451b59e209501d2c9466e732b9e0128368d79
H5/pages/progress/progress.vue
@@ -44,24 +44,29 @@
                  </view>
                  <view class="context">{{ item.describe }}</view>
                  <view class="proImg">
                     <view v-if=" item.imgUrl" class="imgOrVedio" v-for="(item, index) in item.imgUrl.split(',')"
                        :key="index">
                        <image :src="item" class="img shrink0" mode="aspectFill" />
                        <view
                           class="absolute mt-19 w-140 h-140 bgcolor5 top0 left0 br-8 flex a-center j-center">
                           <image @tap="viewImage(item)" src="@/static/Appeal/amplify.png" class="w-19 h-19" />
                     <view v-if="item.imgUrl">
                        <view class="imgOrVedio" v-for="(ite, index) in item.imgUrl.split(',')" :key="index">
                           <image :src="ite" class="img shrink0" mode="aspectFill" />
                           <view
                              class="absolute mt-19 w-140 h-140 bgcolor5 top0 left0 br-8 flex a-center j-center">
                              <image @tap="viewImage(ite)" src="@/static/Appeal/amplify.png"
                                 class="w-19 h-19" />
                           </view>
                        </view>
                     </view>
                     <view v-if="item.video" class="imgOrVedio" v-for="(item, index) in item.video.split(',')"
                        :key="index">
                        <video id="myVideo" class="w-140 h-140 mt-19 shrink0" disabled :controls="false"
                           :show-center-play-btn="false" :src="item" />
                        <view class="videoOpen" @click.stop="openVideo(item)">
                           <image src="../../static/detailImg/open.png" class="video shrink0"
                              mode="aspectFill">
                           </image>
                     <view v-if="item.video">
                        <view class="imgOrVedio" v-for="(ite, index) in item.video.split(',')" :key="index">
                           <video id="myVideo" class="w-140 h-140 mt-19 shrink0" disabled :controls="false"
                              :show-center-play-btn="false" :src="ite" />
                           <view class="videoOpen" @click.stop="openVideo(ite)">
                              <image src="../../static/detailImg/open.png" class="video shrink0"
                                 mode="aspectFill">
                              </image>
                           </view>
                        </view>
                     </view>
                  </view>
               </view>
            </view>