| | |
| | | </p> |
| | | <div class="upload-img-box"> |
| | | <img |
| | | :src="'/httpImage/' + tempUploadImg" |
| | | :src="'http://' + tempUploadImg" |
| | | alt="临时测试" |
| | | v-show="!displayUpload" |
| | | class="bigPhoto" |
| | |
| | | :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' : ''" |
| | |
| | | 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 = |