diff --git a/pages.json b/pages.json index 88ac0f4..1d433ed 100644 --- a/pages.json +++ b/pages.json @@ -652,7 +652,18 @@ "title": "秒杀活动", "group": "营销活动" } - } + }, + { + "path": "point/list", + "style": { + "navigationBarTitleText": "积分商城" + }, + "meta": { + "sync": true, + "title": "积分商城", + "group": "营销活动" + } + } ] } ], diff --git a/pages/activity/point/list.vue b/pages/activity/point/list.vue index 8b1e1bf..243c5dd 100644 --- a/pages/activity/point/list.vue +++ b/pages/activity/point/list.vue @@ -1,77 +1,80 @@ diff --git a/sheep/components/s-point-block/s-point-block.vue b/sheep/components/s-point-block/s-point-block.vue index dd1ab3b..9de154c 100644 --- a/sheep/components/s-point-block/s-point-block.vue +++ b/sheep/components/s-point-block/s-point-block.vue @@ -91,7 +91,7 @@ :topRadius="data.borderRadiusTop" :bottomRadius="data.borderRadiusBottom" :titleWidth="330 - marginLeft - marginRight" - @click="sheep.$router.go('/pages/goods/seckill', { id: item.activityId })" + @click="sheep.$router.go('/pages/goods/point', { id: item.activityId })" @getHeight="calculateGoodsColumn($event, 'left')" > @@ -121,7 +121,7 @@ :topRadius="data.borderRadiusTop" :bottomRadius="data.borderRadiusBottom" :titleWidth="330 - marginLeft - marginRight" - @click="sheep.$router.go('/pages/goods/seckill', { id: item.activityId })" + @click="sheep.$router.go('/pages/goods/point', { id: item.activityId })" @getHeight="calculateGoodsColumn($event, 'right')" > diff --git a/sheep/components/s-point-card/s-point-card.vue b/sheep/components/s-point-card/s-point-card.vue index c7380de..d311134 100644 --- a/sheep/components/s-point-card/s-point-card.vue +++ b/sheep/components/s-point-card/s-point-card.vue @@ -1,458 +1,374 @@ + +