Commit 560cf15a90517fa0602ef71b22704389b499f04c

Authored by zhiyangdu
1 parent 3ddb1567

背景图片路径设置

src/components/receivingGiftsItem/receivingGiftsItem.less
... ... @@ -124,7 +124,7 @@
124 124 .img {
125 125 width: 16px;
126 126 height: 16px;
127   - background: url("/static/img/spot.png") no-repeat
  127 + background: url("../../../static/img/spot.png") no-repeat
128 128 top;
129 129 background-size: 100%;
130 130 }
... ...