b9e7e7e24c2f7a8a8a61d35c3811ca07.php 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php /*a:1:{s:52:"./addon/groupbuy/component/view/groupbuy/design.html";i:1584762512;}*/ ?>
  2. <nc-component v-bind:data="data[index]" class="component-groupbuy">
  3. <!-- 预览 -->
  4. <template slot="preview">
  5. <div class="groupbuy-head">
  6. <div class="title-wrap">
  7. <span class="name">团购专区</span>
  8. </div>
  9. <div class="more ns-text-color">查看更多</div>
  10. </div>
  11. <div class="list-wrap">
  12. <div class="item">
  13. <div class="img-wrap">
  14. <img src="http://yueshengshop.top/public/static/ext/diyview/img/crack_figure.png" />
  15. </div>
  16. <div class="info-wrap">
  17. <h4>商品名称</h4>
  18. <div class="price-wrap">
  19. <span class="old-price">原价:¥1200.00</span>
  20. <span class="new-price ns-text-color">团购价:¥998.00</span>
  21. </div>
  22. </div>
  23. <button class="layui-btn layui-btn-sm ns-bg-color">查看详情</button>
  24. </div>
  25. </div>
  26. </template>
  27. <!-- 编辑 -->
  28. <template slot="edit">
  29. </template>
  30. <!-- 资源 -->
  31. <template slot="resource">
  32. <css src="<?php echo htmlentities($resource_path); ?>/groupbuy/css/design.css"></css>
  33. </template>
  34. </nc-component>