抖音c端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

51 lignes
2.8 KiB

  1. <view class='notes'>
  2. <view class="notesH">购买须知</view>
  3. <view class="timeText">使用期</view>
  4. <view class="Hchild">• {{validStartDate}}至{{validEndDate}}</view>
  5. <view tt:if="{{soldStartTime && soldEndTime}}">
  6. <view class="timeText">售卖期</view>
  7. <view class="Hchild">• {{soldStartTime}}至{{soldEndTime}}</view>
  8. </view>
  9. <view class="timeText">可用时间</view>
  10. <view class="Hchild">• 商家营业时间内使用</view>
  11. <view class="Hchild" tt:if="{{data.can_no_use_date.weekend}}">• 周末不支持使用</view>
  12. <view class="Hchild" tt:if="{{data.can_no_use_date.HolidaysFlag}}">• 节假日(元旦、春节、清明、劳动节、端午节、中秋节、国庆节、情人节、圣诞节)不支持使用</view>
  13. <view tt:if="{{ order.useLimitQuantity }}" class="timeText">购买限制</view>
  14. <view tt:if="{{ order.useLimitQuantity }}" class="Hchild">• 每个用户限购{{order.useLimitQuantity}}单</view>
  15. <view class="timeText">预约消费</view>
  16. <!-- <view class="Hchild">• 无需预约,高峰时段可能等位</view> -->
  17. <view class="Hchild" tt:if="{{!data.subscribeSing}}">• 无需预约</view>
  18. <view class="Hchild" tt:if="{{data.subscribeSing}}">• {{data.subscribeSing}}</view>
  19. <view class="timeText" tt:if="{{data.rec_person_num_max}}">适用人数</view>
  20. <view class="Hchild" tt:if="{{data.rec_person_num_max}}">• 该优惠劵最多{{data.rec_person_num_max}}人使用</view>
  21. <view tt:if="{{ data.pack || data.besides || data.superimposed_discounts || data.private_room }}" class="timeText">
  22. 温馨提示</view>
  23. <!-- <view class="Hchild">• 该优惠券不支持配送或外卖</view> -->
  24. <view class="Hchild" tt:if="{{data.pack}}">• 该优惠商品{{data.pack=='false'?'不支持':'支持'}}打包</view>
  25. <view class="Hchild" tt:if="{{data.besides}}">• {{data.besides=="false"?'不可以':'可以'}}外带餐食</view>
  26. <view class="Hchild" tt:if="{{data.superimposed_discounts}}">•
  27. {{data.superimposed_discounts=="false"?'不可以':'可以'}}享受店内其他优惠</view>
  28. <view class="Hchild" tt:if="{{data.private_room}}">• {{data.private_room=="false"?'不可以使用':'可以使用'}}包间</view>
  29. <view class="notesH">使用规则</view>
  30. <text tt:if="{{ data.remark }}" class="notesText">{{ data.remark }}</text>
  31. <view tt:if="{{ contentType==1 }}">
  32. <import src="../../freeBannerDetail/ttParse/wxParse.ttml" />
  33. <view class="content" style="width: 750rpx;padding: 0 20rpx;">
  34. <template is="wxParse" data="{{wxParseData:article.nodes}}" />
  35. </view>
  36. </view>
  37. <view tt:if="{{data.curLsit}}" tt:for="{{data.curLsit}}" tt:key="{{index}}">
  38. <view class="timeText" tt:if="{{item.title!=''}}">{{item.title}}</view>
  39. <text class="Hchild">{{item.content}}</text>
  40. </view>
  41. </view>