Commit c0d54851 by 谢中龙

修改字段

parent f7752b97
...@@ -119,7 +119,6 @@ wxService.page({ ...@@ -119,7 +119,6 @@ wxService.page({
//跳转到活动列表 //跳转到活动列表
onTapToActivityInfo(e){ onTapToActivityInfo(e){
console.log(e)
let item = e.currentTarget.dataset.item; let item = e.currentTarget.dataset.item;
//限时抢购 //限时抢购
if(item.type == 5){ if(item.type == 5){
...@@ -137,7 +136,6 @@ wxService.page({ ...@@ -137,7 +136,6 @@ wxService.page({
return ; return ;
} }
}, },
//领券弹出层 //领券弹出层
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment