app-sup-vip.wxml 361 B

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