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