[bugfix] Icon:修复商品角标icon兼容性问题 (#840)

This commit is contained in:
张敏 2018-10-31 20:55:41 +08:00 committed by rex
parent 005933dad8
commit 2e80c62ed4
2 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,8 @@ Page({
'new', 'new',
'new-arrival', 'new-arrival',
'hot-sale', 'hot-sale',
'cart-o' 'cart-o',
'question2'
] ]
} }
}); });

View File

@ -4,7 +4,7 @@
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
font-family: 'vant-icon'; font-family: 'vant-icon';
src: url('https://img.yzcdn.cn/vant/vant-icon-ed790e.ttf') format('truetype'); src: url('https://img.yzcdn.cn/vant/vant-icon-872dd0.ttf') format('truetype');
} }
.van-icon { .van-icon {
@ -419,4 +419,3 @@
.van-icon-wechat::before { .van-icon-wechat::before {
content: "\F05F"; content: "\F05F";
} }
}