index.wxml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <view class="FixButton" bindtap="clickBtn">
  2. <!-- bindtap="clickBtn" -->
  3. <view class="search-box" style="margin-bottom:20rpx">
  4. <view class="search-top">
  5. <van-icon name="search" class="search-icon" />
  6. <input class="search-ipt" placeholder="搜索商家名称" type="text" value="{{value}}" placeholder-style="color:#9d9d9d" />
  7. <button class="search-btn" bindtap="Search">搜索</button>
  8. </view>+
  9. <view style="margin: 2%;">
  10. <view class="" hover-class="none" hover-stop-propagation="false">
  11. <swiper class="swiper" indicator-dots="true" autoplay="true" interval="3000" duration="700" circular="true" previous-margin="0rpx" next-margin="0rpx" indicator-color="#999999" indicator-active-color="#ff8700">
  12. <swiper-item class="swiper-image" wx:for="{{ swiperImgs }}" wx:key="*this">
  13. <image style="width:95%;" src="{{ item }}" mode="widthFix" bindtap="getLunBoList" mode="aspectFit"></image>
  14. </swiper-item>
  15. </swiper>
  16. </view>
  17. </view>
  18. </view>
  19. <view>
  20. <view class="front-content" style="padding: 4% 4% 0;">
  21. <view>
  22. <image class="img-1" src="./images/2.png" mode="" />
  23. </view>
  24. <view style="margin-bottom: 20rpx;">
  25. <view style="font-weight: 800;margin-bottom:20rpx; color: #000000;font-size:30rpx">
  26. 二食堂二楼麻辣烫麻辣香锅...
  27. </view>
  28. <view style="font-size:25rpx;display: flex;">
  29. <view style="color: #b4b4b4;">
  30. 起送
  31. </view>
  32. <view style="color: #ff9d38;">
  33. ¥15
  34. </view>
  35. <view style="color: #b4b4b4; margin-left: 20rpx;">
  36. 货到付款
  37. </view>
  38. <view style="color: #b4b4b4; margin-left: 20rpx;">
  39. 月售
  40. </view>
  41. <view style="color: #ff9d38;">
  42. 231
  43. </view>
  44. <view class="time">
  45. 30分钟
  46. </view>
  47. </view>
  48. <view class="discount">
  49. <van-icon name="balance-o" />
  50. 积分抵扣有优惠
  51. </view>
  52. </view>
  53. </view>
  54. <view style="margin-bottom:20rpx">
  55. </view>
  56. <view class="front-content" style="padding: 4% 4% 0;">
  57. <view>
  58. <image class="img-1" src="./images/3.png" mode="" />
  59. </view>
  60. <view style="margin-bottom: 20rpx;">
  61. <view style="font-weight: 800;margin-bottom:20rpx; color: #000000;font-size:30rpx">
  62. 二食堂二楼麻辣烫麻辣香锅...
  63. </view>
  64. <view style="font-size:25rpx;display: flex;">
  65. <view style="color: #b4b4b4;">
  66. 起送
  67. </view>
  68. <view style="color: #ff9d38;">
  69. ¥15
  70. </view>
  71. <view style="color: #b4b4b4; margin-left: 20rpx;">
  72. 货到付款
  73. </view>
  74. <view style="color: #b4b4b4; margin-left: 20rpx;">
  75. 月售
  76. </view>
  77. <view style="color: #ff9d38;">
  78. 231
  79. </view>
  80. <view class="time">
  81. 30分钟
  82. </view>
  83. </view>
  84. <view class="discount">
  85. <van-icon name="balance-o" />
  86. 积分抵扣有优惠
  87. </view>
  88. </view>
  89. </view>
  90. </view>
  91. </view>
  92. <view style="font-size:32rpx;">
  93. <!-- 弹出框 -->
  94. <!-- hidden="{{show}}" -->
  95. <view class="all-bottom" hidden="{{show}}">
  96. </view>
  97. <view class="pop-up" hidden="{{show}}">
  98. <view class="top">
  99. <view style="color: #ffffff;text-align: center;margin-bottom:40rpx;font-family: Arial, Helvetica, sans-serif;">
  100. 信息完善
  101. </view>
  102. <view style="color:#c11b14;">
  103. 为校园人员使用,新用户请完善个人信息
  104. </view>
  105. </view>
  106. <van-divider />
  107. <view class="under">
  108. <view>
  109. 完善信息
  110. </view>
  111. </view>
  112. <!-- <van-icon name="clear" /> -->
  113. <van-icon name="close" bindtap="clickBtnDelete" class="del-icon" color="#ffffff" />
  114. </view>
  115. </view>
  116. <!-- <van-button type="primary">按钮</van-button> -->