ll
liukangdong
2025-02-13 5d8d536b79f7cc2e0719dd93c0069b80639e3bf1
h5/pages/staff/task/vDangetAppr.vue
@@ -14,7 +14,7 @@
                  class="img" />
               <view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
                  <video :src="item.fileurlFull" initial-time="0.01" :show-center-play-btn="false" :controls="false"
                     class="video" :enable-progress-gesture="false" autoplay muted />
                     class="video" :enable-progress-gesture="false" muted />
                  <image src="@/static/play.png" class="play" mode=""></image>
               </view>
            </view>
@@ -506,7 +506,7 @@
      getMemList() {
         findHiddenAreaMemberList({
            ...this.transferModel,
            id: this.info.areaId,
            // id: this.info.areaId,
            ...this.pagination
         }).then(res => {
            this.memberList = res.data || []