Authored by liangxs

'接口转换到测试环境'

... ... @@ -24,7 +24,7 @@ class Yohobuy
//java API
// const API_URL = 'http://apih5.yoho.cn/';
const API_URL = 'http://192.168.102.205:8080/gateway/';
const API_URL = 'http://testapi.yoho.cn:28078/';
const API_URL2 = 'http://apih5.yoho.cn/';
const SERVICE_URL = 'http://serviceh5.yoho.cn/';
const YOHOBUY_URL = 'http://www.yohobuy.com/';
... ...
.just-img{
width:100%;
height: 96rem / $pxConvertRem;
float: left;
margin:0;
}
.coupon-floor {
float: left;
width:100%;
... ...
... ... @@ -28,6 +28,9 @@
</div>
</div>
{{/if}}
{{#if isSingleImage}}
<img class="just-img" src="{{src}}" />
{{/if}}
{{#if isCoupon}}
<div class="coupon-floor">
{{#if showFloorTitle}}
... ...