Authored by zhangxiaoru

Merge branch 'release/6.0' of git.yoho.cn:fe/yohobuywap-node into release/6.0

@@ -24,14 +24,13 @@ @@ -24,14 +24,13 @@
24 24
25 </p> 25 </p>
26 26
27 - {{#if isLimitSkn}}  
28 - {{#isEqualOr notSevenExchange 'LRE'}} 27 + {{#isEqualOr notSevenExchange 'LRE'}}
29 <p class="limit">不支持7天无理由退换货</p> 28 <p class="limit">不支持7天无理由退换货</p>
30 - {{/isEqualOr}}  
31 - {{#isEqualOr notSevenExchange 'L15DE'}} 29 + {{/isEqualOr}}
  30 + {{#isEqualOr notSevenExchange 'L15DE'}}
32 <p class="limit"><i class="iconfont no-support-reason">&#xe699;</i>不支持15天无理由换货</p> 31 <p class="limit"><i class="iconfont no-support-reason">&#xe699;</i>不支持15天无理由换货</p>
33 - {{/isEqualOr}}  
34 - {{/if}} 32 + {{/isEqualOr}}
  33 +
35 <p class="row price-wrap"> 34 <p class="row price-wrap">
36 {{!-- {{#if isVipPrice}} 35 {{!-- {{#if isVipPrice}}
37 <span class="fill-text">VIP</span> 36 <span class="fill-text">VIP</span>
@@ -12,9 +12,7 @@ let $ = require('yoho-jquery'), @@ -12,9 +12,7 @@ let $ = require('yoho-jquery'),
12 lazyload = require('yoho-jquery-lazyload'), 12 lazyload = require('yoho-jquery-lazyload'),
13 tip = require('plugin/tip'); 13 tip = require('plugin/tip');
14 14
15 -loading.init($(document.body), {  
16 - className: 'loading-mask-opactiy'  
17 -}); 15 +loading.init($(document.body));
18 16
19 let seckillObj = {}; 17 let seckillObj = {};
20 18
@@ -248,7 +246,7 @@ seckillObj = { @@ -248,7 +246,7 @@ seckillObj = {
248 '/product/seckill/get-product-list?app_version=1' : 246 '/product/seckill/get-product-list?app_version=1' :
249 '/product/seckill/get-product-list'; 247 '/product/seckill/get-product-list';
250 248
251 - loading.show(); 249 + loading.showLoading();
252 self.el.$navList.toggleClass('fix-top', false); 250 self.el.$navList.toggleClass('fix-top', false);
253 $.ajax({ 251 $.ajax({
254 url: url, 252 url: url,
@@ -269,7 +267,7 @@ seckillObj = { @@ -269,7 +267,7 @@ seckillObj = {
269 } 267 }
270 }) 268 })
271 .always(function() { 269 .always(function() {
272 - loading.hide(); 270 + loading.hideLoading();
273 }); 271 });
274 }, 272 },
275 273