Commit d23e54f3 authored by liyadong's avatar liyadong

update 失败图片

parent 7b9f04b3
......@@ -153,7 +153,7 @@
<input type="file" id="file" accept="image/*"> @endif
@if($userImgStatus == 0) <img src="{{ asset('postcard/images/img_sh.jpg') }}" class="img img-sh" alt=""> @endif
@if($userImgStatus == 1) <img src="{{ $userImg }}" class="img img-sh" alt=""> @endif
@if($userImgStatus == 2) <img src="{{ asset('postcard/images/sh_fail.jpg') }}" class="img img-sh" alt="">
@if($userImgStatus == 2) <img src="{{ asset('postcard/images/sh_fail.jpg?v=20210610') }}" class="img img-sh" alt="">
<input type="file" id="file" accept="image/*"> @endif
</div>
@if($userImgStatus != 1)
......@@ -350,10 +350,10 @@
link: link,
imgUrl: imgurl,
success: function() {
$('.share-img').hide();
},
cancel: function() {
$('.share-img').hide();
}
});
//微信好友
......@@ -365,10 +365,10 @@
type: 'link',
dataUrl: '',
success: function() {
$('.share-img').hide();
},
cancel: function() {
$('.share-img').hide();
}
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment