business.wxml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <view>
  2. <view>
  3. <van-search value="{{ value }}" placeholder="麻辣烫" use-action-slot bind:change="onChange" bind:search="onSearch" background="#FFA500" shape="round">
  4. <view slot="action" bind:tap="onClick">搜索</view>
  5. </van-search>
  6. <view class="con">
  7. <view class="content">
  8. <van-card desc="起送¥15 货到付款" title="二食堂二楼麻辣烫麻辣香..." thumb="{{ imageURL }}" />
  9. <view class="gg">
  10. 公告:麻辣烫调科辣烫没有麻辣烫调料麻辣烫调料麻辣烫
  11. </view>
  12. <view class="time">
  13. 30分钟
  14. </view>
  15. <view class="business">
  16. <van-icon color="green" name="phone-circle" />店家
  17. </view>
  18. </view>
  19. </view>
  20. </view>
  21. </view>
  22. <view class="under">
  23. <view class="one">
  24. <van-card origin-price="28.8" price="10.98+40积分" desc="包含香菜、菠菜、面、豆芽、海带" title="麻辣烫微辣" thumb="{{ imageURL }}">
  25. </van-card>
  26. <view class="shop">
  27. <van-tag type="danger">优惠商品</van-tag>
  28. </view>
  29. <view class="num">
  30. 限购2份
  31. </view>
  32. <view class="add">
  33. <van-icon name="add" />
  34. 2
  35. <van-icon name="add" />
  36. </view>
  37. </view>
  38. <view class="one">
  39. <van-card origin-price="28.8" price="10.98+40积分" desc="包含香菜、菠菜、面、豆芽、海带" title="麻辣烫微辣" thumb="{{ imageURL }}">
  40. </van-card>
  41. <view class="shop">
  42. <van-tag type="danger">优惠商品</van-tag>
  43. </view>
  44. <view class="num">
  45. 限购2份
  46. </view>
  47. <view class="add">
  48. <van-icon name="add" />
  49. 2
  50. <van-icon name="add" />
  51. </view>
  52. </view>
  53. <view class="one">
  54. <van-card price="19.98" desc="包含香菜、菠菜、面、豆芽、海带" title="麻辣烫微辣" thumb="{{ imageURL }}">
  55. </van-card>
  56. <view class="add">
  57. <van-icon name="add" />
  58. </view>
  59. </view>
  60. <view class="one">
  61. <van-card price="19.98" desc="包含香菜、菠菜、面、豆芽、海带" title="麻辣烫微辣" thumb="{{ imageURL }}">
  62. </van-card>
  63. <view class="add">
  64. <van-icon name="add" />
  65. </view>
  66. </view>
  67. </view>
  68. <view class="tab">
  69. <van-tabbar active="{{ active }}" bind:change="onChange">
  70. <view class="car">
  71. <van-icon name="shopping-cart" />
  72. </view>
  73. <view class="sum">
  74. ¥10.98+40积分
  75. </view>
  76. <view class="mony">
  77. 共优惠¥10.0
  78. </view>
  79. <view class="fill">
  80. 货款费¥0
  81. </view>
  82. <view class="button">
  83. <van-button round type="primary" color="#FFA500">去结算</van-button>
  84. </view>
  85. </van-tabbar>
  86. </view>