Commit 1f4365c9171eeb05634864823d1820b6cc05ab94
1 parent
060c051f
优惠券可用范围优化
Showing
1 changed file
with
4 additions
and
3 deletions
src/pages/couponCollectionDetails/couponCollectionDetails.vue
| ... | ... | @@ -15,6 +15,7 @@ |
| 15 | 15 | :backs="backs"> |
| 16 | 16 | </back-box> |
| 17 | 17 | <!-- pl --> |
| 18 | + | |
| 18 | 19 | <div class="pl" |
| 19 | 20 | :style="'padding-top: ' + $parent.top.value + 'px'" |
| 20 | 21 | :class="{'is-cnlive': isCNLive.value, 'is-open-app': $parent.isOpenApp.value, 'hide': $route.query.hideBack == true}"></div> |
| ... | ... | @@ -33,9 +34,9 @@ |
| 33 | 34 | <!-- 标题 --> |
| 34 | 35 | <div v-if="goodsInfo" |
| 35 | 36 | class="title"> |
| 36 | - 满{{parseInt(goodsInfo.filled)}}减{{parseInt(goodsInfo.discount)}} 满{{parseInt(goodsInfo.filled)}}可用( | |
| 37 | - <span v-if="goodsInfo.sort==1">店铺全场</span> | |
| 38 | - <span v-else-if="goodsInfo.sort==2">单品优惠</span>) | |
| 37 | + 满{{parseInt(goodsInfo.filled)}}减{{parseInt(goodsInfo.discount)}} 满{{parseInt(goodsInfo.filled)}}可用 | |
| 38 | + (<span v-if="goodsInfo.sort==1">店铺全场</span> | |
| 39 | + <span v-else-if="goodsInfo.sort==3">单品优惠</span>) | |
| 39 | 40 | </div> |
| 40 | 41 | <!-- 商品信息 --> |
| 41 | 42 | <div class="goods-info"> | ... | ... |