ZZJ
2022-06-15 4f7f16803ab5ed7b8a8a0dc087792d9b2fcefe2b
src/views/search/components/UploadImg.vue
@@ -30,7 +30,7 @@
      </p>
      <div class="upload-img-box">
        <img
          :src="'/httpImage/' + tempUploadImg"
          :src="'http://' + tempUploadImg"
          alt="临时测试"
          v-show="!displayUpload"
          class="bigPhoto"
@@ -88,7 +88,7 @@
          :key="index"
        >
          <img
            :src="item ? '/httpImage/' + item : tempImg"
            :src="item ? 'http://' + item : tempImg"
            @click="selected($event, index)"
            style="max-height: 100%"
            :style="index == clickNum ? 'border:1px solid #FF7733' : ''"
@@ -255,7 +255,7 @@
      console.log("切图返回:", res);
      if (res.success) {
        document.querySelector(".el-upload-list").querySelector("img").src =
          "/httpImage/" + res.data.uploadImage;
          "http://" + res.data.uploadImage;
        this.resReady = true;
        this.realSmallPath = res.data.smImage;
        this.VideoPhotoData.isHaveRealSmallImg =