|
|
@ -645,7 +645,7 @@ |
|
|
|
onChangeSeckillCutDownTime(e) { |
|
|
|
onChangeSeckillCutDownTime(e) { |
|
|
|
this.timeData = e |
|
|
|
this.timeData = e |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 跳转到秒杀商品详情 |
|
|
|
// 跳转到秒杀新的商品详情 |
|
|
|
handleTargetGoods(item) { |
|
|
|
handleTargetGoods(item) { |
|
|
|
uni.navigateTo({ |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/goods/seckillDetail?sharpGoodsId=' + item.sharp_goods_id +'&activeTimeId='+this.tabbar[this.curTabIndex].active_time_id+ "&isSeckill=" + true + '&isBuy=' + this |
|
|
|
url: '/pages/goods/seckillDetail?sharpGoodsId=' + item.sharp_goods_id +'&activeTimeId='+this.tabbar[this.curTabIndex].active_time_id+ "&isSeckill=" + true + '&isBuy=' + this |
|
|
|