|
@@ -87,6 +87,7 @@
|
|
<div class="block-seperator"></div>
|
|
<div class="block-seperator"></div>
|
|
<div class="img-div">
|
|
<div class="img-div">
|
|
<img
|
|
<img
|
|
|
|
+ v-if="this.picForm.imgUrl != null"
|
|
:src="picForm.imgUrl"
|
|
:src="picForm.imgUrl"
|
|
height="100%"
|
|
height="100%"
|
|
width="100%"
|
|
width="100%"
|
|
@@ -138,6 +139,7 @@ export default {
|
|
closePicModel() {
|
|
closePicModel() {
|
|
this.picForm.rotate = 0;
|
|
this.picForm.rotate = 0;
|
|
this.picModel = false;
|
|
this.picModel = false;
|
|
|
|
+ this.picForm.imgUrl = null;
|
|
this.picModelKey = Math.random();
|
|
this.picModelKey = Math.random();
|
|
},
|
|
},
|
|
viewPicture(src) {
|
|
viewPicture(src) {
|