[improvement] CouponList: optimize style of empty tip (#2878)

This commit is contained in:
neverland
2019-03-01 17:01:32 +08:00
committed by GitHub
parent 4ad382b33a
commit 271116af50
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import Button from '../button';
import Coupon from '../coupon';
const [sfc, bem, t] = use('coupon-list');
const EMPTY_IMAGE = 'https://img.yzcdn.cn/v2/image/wap/trade/new_order/empty@2x.png';
const EMPTY_IMAGE = 'https://img.yzcdn.cn/vant/coupon-empty.png';
export default sfc({
model: {