Showing
1 changed file
with
1 additions
and
3 deletions
@@ -242,9 +242,7 @@ seckillObj = { | @@ -242,9 +242,7 @@ seckillObj = { | ||
242 | */ | 242 | */ |
243 | refreshProductList: function(activityId, startTime) { | 243 | refreshProductList: function(activityId, startTime) { |
244 | let self = this; | 244 | let self = this; |
245 | - let url = yoho.isApp ? | ||
246 | - '/product/seckill/get-product-list' : | ||
247 | - '/product/seckill/get-product-list'; | 245 | + let url = '/product/seckill/get-product-list'; |
248 | 246 | ||
249 | loading.showLoading(); | 247 | loading.showLoading(); |
250 | self.el.$navList.toggleClass('fix-top', false); | 248 | self.el.$navList.toggleClass('fix-top', false); |
-
Please register or login to post a comment