style(Sku): update enlarge icon (#6675)

Co-authored-by: songweite <songweite@youzan.com>
This commit is contained in:
Waiter 2020-07-02 15:03:38 +08:00 committed by GitHub
parent 1cf3a297b2
commit 290816171f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ export default createComponent({
{this.largeImageMode && (
<img
class={`${classPrefix}-img-icon`}
src="https://img.yzcdn.cn/upload_files/2020/06/29/Fi62E2HpMEGDDZS2-pd3LUOm_yWe.png"
src="https://img.yzcdn.cn/upload_files/2020/07/02/Fu4_ya0l0aAt4Mv4PL9jzPzfZnDX.png"
onClick={this.onPreviewImg}
/>
)}