C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 年前
6 年前
6 年前
6 年前
6 年前
6 年前
6 年前
6 年前
6 年前
6 年前
6 年前
123456789101112131415161718192021
  1. <view class="coupons">
  2. <view class="coupons-img">
  3. <image src="{{data.coverImg}}"></image>
  4. </view>
  5. <view class="coupons-info">
  6. <view class="coupons-info-name">{{data.name}}</view>
  7. <view class="coupons-info-price">
  8. <text class="coupons-info-price-p">¥{{data.price}}</text>
  9. <text class="coupons-info-price-o">¥{{data.salePrice}}</text>
  10. </view>
  11. <view class="coupons-info-distance">
  12. <text class="iconfont icon-dingweib"></text>
  13. {{data.salePrice}}
  14. </view>
  15. <view class="coupons-info-address">{{data.salePrice}}</view>
  16. </view>
  17. <view class="coupons-btn">
  18. <i-button i-class="coupons-btn-gm" bind:click="onLogin" data-date='{{data}}'>购买</i-button>
  19. </view>
  20. <view class="coupons-border"></view>
  21. </view>