help.wxml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!--pages/help/help.wxml-->
  2. <!-- <view class='list-container '>
  3. <scroll-view scroll-y="true">
  4. <view class='headIconBox' style="margin-top: 0rpx">
  5. <image src="{{help1}}" mode="widthFix" />
  6. </view>
  7. <view class='headIconBox'>
  8. <image src="{{help2}}" mode="widthFix" />
  9. </view>
  10. <view class='headIconBox'>
  11. <image src="{{help3}}" mode="widthFix" />
  12. </view>
  13. <view class='headIconBox'>
  14. <image src="{{help4}}" mode="widthFix" />
  15. </view>
  16. </scroll-view>
  17. </view> -->
  18. <view class="helpBox">
  19. <view class="help-block">
  20. <view class="help-content" bindtap="rtuHelpHandle" style="background-color:#426666;">
  21. <view class="help-content-img">
  22. <image class="xcxImg" src="/images/rtu-help.png"></image>
  23. </view>
  24. <view class="help-content-text">
  25. <text class="help-text">RTU帮助手册</text>
  26. </view>
  27. </view>
  28. </view>
  29. <view class="help-block">
  30. <view class="help-content" bindtap="xcxHelpHandle" style="background-color:#426666;">
  31. <view class="help-content-img">
  32. <image class="rtuImg" src="/images/xcx.png"></image>
  33. </view>
  34. <view class="help-content-text">
  35. <text class="help-text">小程序帮助手册</text>
  36. </view>
  37. </view>
  38. </view>
  39. </view>
  40. <view class="helpFooter">
  41. <text class="footerText">北京大恒软件技术有限公司</text>
  42. <text class="footerText">联系电话:010-82828800</text>
  43. </view>