Commit 76860c0401001ea2b3d8b9109a81c78a0eadb3bf
1 parent
89c8cb3c
tab宽度和“平台补贴”名字调整
Showing
2 changed files
with
3 additions
and
3 deletions
src/components/tabsCom/tabsCom.less
src/pages/discountList/discountList.vue
| ... | ... | @@ -46,7 +46,7 @@ |
| 46 | 46 | <div class="text">距离活动结束仅剩</div> |
| 47 | 47 | </div> |
| 48 | 48 | <div class="state" v-if="tabs.list[tabs.active].discountType === '2'"> |
| 49 | - <img src="/static/img/icon_tips_book.png" class="icon-tips-img" /> | |
| 49 | + <img src="static/img/icon_tips_book.png" class="icon-tips-img" /> | |
| 50 | 50 | <div class="text">本次活动已结束,敬请期待下次折扣活动~</div> |
| 51 | 51 | </div> |
| 52 | 52 | |
| ... | ... | @@ -125,7 +125,7 @@ |
| 125 | 125 | active: 0, |
| 126 | 126 | list: [ |
| 127 | 127 | { |
| 128 | - title: '平台补贴会场', | |
| 128 | + title: '平台补贴', | |
| 129 | 129 | color: null, // 背景颜色 |
| 130 | 130 | titleColor: '#F65600', // 标题颜色 |
| 131 | 131 | type: '0', | ... | ... |