fix(Image): remove webp (#2462)

fix #2459
This commit is contained in:
rex 2019-12-04 17:16:30 +08:00 committed by GitHub
parent 52e21213ae
commit a1e8fe4a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@
<image <image
wx:if="{{ !error }}" wx:if="{{ !error }}"
src="{{ src }}" src="{{ src }}"
webp
mode="{{ mode }}" mode="{{ mode }}"
lazy-load="{{ lazyLoad }}" lazy-load="{{ lazyLoad }}"
class="image-class van-image__img" class="image-class van-image__img"