You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 rivejä
1.3 KiB

  1. <!--Pages/menu/menu.wxml-->
  2. <block>
  3. <view class="bg">
  4. <view class="title">
  5. 憨狗糖HanGouT
  6. </view>
  7. </view>
  8. <view class="margin">
  9. </view>
  10. </block>
  11. <block>
  12. <view class="body">
  13. <view style="padding: 0;margin: 0;height: 10px;"></view>
  14. <view class="id">
  15. <image src="/asset/img/icon-id.png"></image>
  16. <text decode="true" bindtap="onLogIn">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我的账号</text>
  17. <button bindtap="onLogIn">></button>
  18. </view>
  19. <view class="travel">
  20. <image src="/asset/img/icon-travel.png"></image>
  21. <text bindtap="onTrval" decode="true">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;我的行程</text>
  22. <button bindtap="onTrval">></button>
  23. </view>
  24. <view class="share">
  25. <image src="/asset/img/icon-share.png"></image>
  26. <text decode="true" bindtap="onCommunity">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;社区分享</text>
  27. <button bindtap="onCommunity">></button>
  28. </view>
  29. <view class="bot">
  30. <image src="/asset/img/icon-bot.png"></image>
  31. <text decode="true" bindtap="onHGBot">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;憨狗bot</text>
  32. <button bindtap="onHGBot">></button>
  33. </view>
  34. </view>
  35. </block>