Showing
3 changed files
with
4 additions
and
4 deletions
@@ -115,7 +115,7 @@ | @@ -115,7 +115,7 @@ | ||
115 | <div class="product-container single-item3 {{#isEqualOr position '1'}}right{{^}}left{{/isEqualOr}} shop-wrapper"> | 115 | <div class="product-container single-item3 {{#isEqualOr position '1'}}right{{^}}left{{/isEqualOr}} shop-wrapper"> |
116 | <a class="shop-container" href="{{jumpUrl}}" target="_blank"> | 116 | <a class="shop-container" href="{{jumpUrl}}" target="_blank"> |
117 | <div class="feature-shop-info"> | 117 | <div class="feature-shop-info"> |
118 | - <image class="lazy" data-original="{{image2 shopBgImage w=213 h=224 q=80}}"></image> | 118 | + <image src="{{image2 shopBgImage w=213 h=224 q=80}}"></image> |
119 | </div> | 119 | </div> |
120 | </a> | 120 | </a> |
121 | </div> | 121 | </div> |
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | </div> | 51 | </div> |
52 | {{/isEqualOr}} | 52 | {{/isEqualOr}} |
53 | </div> | 53 | </div> |
54 | - <img class="brand-img" data-original="{{image2 brandImg q=85}}" src="{{image2 brandImg q=85}}"> | 54 | + <img class="brand-img" src="{{image2 brandImg q=85}}"> |
55 | </a> | 55 | </a> |
56 | {{/if}} | 56 | {{/if}} |
57 | </div> | 57 | </div> |
@@ -13,7 +13,7 @@ const isTest = process.env.NODE_ENV === 'test3' || process.env.NODE_ENV === 'tes | @@ -13,7 +13,7 @@ const isTest = process.env.NODE_ENV === 'test3' || process.env.NODE_ENV === 'tes | ||
13 | 13 | ||
14 | const domains = { | 14 | const domains = { |
15 | 15 | ||
16 | - // api: 'http://api.yoho.cn/', | 16 | + api: 'http://api.yoho.cn/', |
17 | 17 | ||
18 | // service: 'http://service.yoho.cn/', | 18 | // service: 'http://service.yoho.cn/', |
19 | // yoLuck: 'https://action.yoho.cn', | 19 | // yoLuck: 'https://action.yoho.cn', |
@@ -27,7 +27,7 @@ const domains = { | @@ -27,7 +27,7 @@ const domains = { | ||
27 | 27 | ||
28 | // platformApi: 'http://172.16.6.210:8088/', | 28 | // platformApi: 'http://172.16.6.210:8088/', |
29 | 29 | ||
30 | - api: 'http://api-test3.dev.yohocorp.com/', | 30 | + // api: 'http://api-test3.dev.yohocorp.com/', |
31 | service: 'http://api-test3.dev.yohocorp.com/', | 31 | service: 'http://api-test3.dev.yohocorp.com/', |
32 | liveApi: 'http://testapi.live.yohops.com:9999/', | 32 | liveApi: 'http://testapi.live.yohops.com:9999/', |
33 | singleApi: 'http://api-test3.dev.yohocorp.com/', | 33 | singleApi: 'http://api-test3.dev.yohocorp.com/', |
-
Please register or login to post a comment