Commit d77b4f8be2e5cdadb786f5c7ab25d04a8beaec87
1 parent
9fef7818
样式优化
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/goodsItem_2/goodsItem_2.vue
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | <div class="content-box"> |
| 10 | 10 | |
| 11 | 11 | <!-- 因积分商城需要显示白色灰色字体标示 --> |
| 12 | - <div class="title" :class="{'grey': item.num ? true : false, 'align-center': pid == '5'}" v-if="pid == undefined || pid == '1' || pid == '3' || pid == '4' || pid == '5'">{{item.title}}</div> | |
| 12 | + <div class="title" :class="{'grey': item.num, 'align-center': pid == '5' || item.num}" v-if="pid == undefined || pid == '1' || pid == '3' || pid == '4' || pid == '5'">{{item.title}}</div> | |
| 13 | 13 | |
| 14 | 14 | <!-- 因积分商城不价格所有加上 !item.grade判断 --> |
| 15 | 15 | <div class="price-box" v-if="pid != '5' && !item.num"> | ... | ... |
src/pages/pointsMall/pointsMall.vue
| ... | ... | @@ -45,7 +45,7 @@ |
| 45 | 45 | <div class="earn_points_box"> |
| 46 | 46 | <img class="earn_icon" src="static/img/points_icon_pice.png" alt=""> |
| 47 | 47 | <div class="desc">赚取更多积分,兑换精美礼品~</div> |
| 48 | - <div @click="jumpClientIntegralList" class="btn">赚取积分 <img class="earn_right_back" src="static/img/points_icon_white_right.png" alt=""/></div> | |
| 48 | + <div @click="jumpClientIntegralList" class="btn">赚积分 <img class="earn_right_back" src="static/img/points_icon_white_right.png" alt=""/></div> | |
| 49 | 49 | </div> |
| 50 | 50 | </div> |
| 51 | 51 | <!-- 为你推荐 --> | ... | ... |