app-sup-vip.wxml 361 B

1
  1. <block wx:if="{{is_show}}"><view class="vip-price dir-left-nowrap data-v-2de76ff2" style="{{'margin:'+(''+margin)+';'}}"><view class="item vip-left data-v-2de76ff2"><image class="vip-icon data-v-2de76ff2" src="/static/image/icon/S-VIP.png"></image></view><view class="item vip-right data-v-2de76ff2">{{discount==0?'免费':discount+'折'}}</view></view></block>