Authored by liangxs

'接口转换到测试环境'

@@ -24,7 +24,7 @@ class Yohobuy @@ -24,7 +24,7 @@ class Yohobuy
24 24
25 //java API 25 //java API
26 // const API_URL = 'http://apih5.yoho.cn/'; 26 // const API_URL = 'http://apih5.yoho.cn/';
27 - const API_URL = 'http://192.168.102.205:8080/gateway/'; 27 + const API_URL = 'http://testapi.yoho.cn:28078/';
28 const API_URL2 = 'http://apih5.yoho.cn/'; 28 const API_URL2 = 'http://apih5.yoho.cn/';
29 const SERVICE_URL = 'http://serviceh5.yoho.cn/'; 29 const SERVICE_URL = 'http://serviceh5.yoho.cn/';
30 const YOHOBUY_URL = 'http://www.yohobuy.com/'; 30 const YOHOBUY_URL = 'http://www.yohobuy.com/';
  1 +.just-img{
  2 + width:100%;
  3 + height: 96rem / $pxConvertRem;
  4 + float: left;
  5 + margin:0;
  6 +}
1 .coupon-floor { 7 .coupon-floor {
2 float: left; 8 float: left;
3 width:100%; 9 width:100%;
@@ -28,6 +28,9 @@ @@ -28,6 +28,9 @@
28 </div> 28 </div>
29 </div> 29 </div>
30 {{/if}} 30 {{/if}}
  31 +{{#if isSingleImage}}
  32 +<img class="just-img" src="{{src}}" />
  33 +{{/if}}
31 {{#if isCoupon}} 34 {{#if isCoupon}}
32 <div class="coupon-floor"> 35 <div class="coupon-floor">
33 {{#if showFloorTitle}} 36 {{#if showFloorTitle}}