index.wxml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!--pages/tabber/home/index.wxml-->
  2. <view class="topBg">
  3. <image src="/image/home/bg.png" class="img-bgs"></image>
  4. <view class="contioner">
  5. <!-- <image src="/image/home/logo.png" class="tit"></image> -->
  6. <view class="tis">海星洗护</view>
  7. <view class="tips">洗衣·洗鞋·高端护理</view>
  8. </view>
  9. <view class="shoppingBoxs flex ju-b">
  10. <view class="le flex ju-b">
  11. <image src="/image/home/pic.png" class="pic"></image>
  12. <view class="content">
  13. <view class="tit">{{worke.title}}</view>
  14. <view class="message">离您最近|距离{{worke.distance}}千米</view>
  15. <view class="tags">{{status[worke.signing_status]}}</view>
  16. </view>
  17. </view>
  18. <view class="lr" bindtap="toMap">
  19. <image src="/image/icon/location.png" class="icon"></image>
  20. <view class="tips">更换</view>
  21. </view>
  22. </view>
  23. </view>
  24. <view class="mainBoxs flex ju-b">
  25. <view class="mainItem" wx:for="{{menuList}}" wx:key="index">
  26. <image src="{{item.url}}" class="icon"></image>
  27. <view class="text">{{item.text}}</view>
  28. </view>
  29. <view class="mainItem">
  30. <button open-type="share">
  31. <image src="/image/home/fenxianghaoyou.png" class="icon"></image>
  32. <view class="text">分享好友</view>
  33. </button>
  34. </view>
  35. </view>
  36. <!-- or gray -->
  37. <view wx:if="{{hasUserInfo}}" class="btns skyBlue " bindtap="placeOrder">
  38. <text>{{!islocation?'下单洗衣':'请先开启定位'}}</text>
  39. <view class="tips flex" hidden>活动活动活动活动</view>
  40. </view>
  41. <view wx:else class="btns skyBlue " bindtap="getUserProfile">
  42. <text>{{!islocation?'下单洗衣':'请先开启定位'}}</text>
  43. <view class="tips flex" hidden>活动活动活动活动</view>
  44. </view>
  45. <!-- <taskOrder value="3" bind:rightClick="rightClick"/> -->
  46. <view class="footerTips flex ju-b" hidden>
  47. <image src="/image/home/tips.png" class="tips"></image>
  48. <view class="message">春节期间暂停服务,放假安排:2022-01-01至2022-02-02,
  49. 暂停期间干洗柜中未取衣物可超常取出</view>
  50. </view>
  51. <view class="infoBoxs" style="top:{{btnInfo.top + btnInfo.height}}px;" wx:if="{{topShow}}">
  52. <image src="/image/home/tishi.png" class="img-bgs"></image>
  53. <view class="close" bindtap="close"></view>
  54. </view>
  55. <toast id='toast' icon="/image/icon/success.png">
  56. </toast>