Authored by TaoHuang

fix field

... ... @@ -96,6 +96,7 @@ class featureModel extends global.yoho.BaseModel {
leftDownImg: value.leftDownImg,
priceBgImage: value.priceBgImage,
shopBgImage: value.shopBgImage,
enterShopBgImage: value.enterShopBgImage,
brandColor: value.brandColor
};
... ...
... ... @@ -49,6 +49,6 @@
style="position: absolute;color:{{conf.fontColor}};padding-left: 0.3rem;" {{/if}}>{{brandname}}</div>
<img class="price-img" src="{{image2 conf.shopBgImage q=85}}">
<img class="price-img" src="{{image2 conf.enterShopBgImage q=85}}">
</a>
</div>
... ...
... ... @@ -67,7 +67,7 @@
style="position: absolute;color:{{conf.fontColor}};padding-left: 0.3rem;" {{/if}}>{{brandname}}</div>
<img class="price-img" src="{{image2 shopBgImage q=85}}">
<img class="price-img" src="{{image2 enterShopBgImage q=85}}">
</a>
</div>
{{/if}}
... ...