addReporteset.wxml 1.2 KB

12345678910111213141516171819202122232425
  1. <!--pages/help/rtuhelp/addReporteset/addReporteset.wxml-->
  2. <view class="addReportesetBox">
  3. <scroll-view scroll-y="true" class="scrollview">
  4. <view class='addReporteset'>
  5. <text class="addReportesetText">1、方向键选择“6.通信参数”,ok键确定进入。</text>
  6. <view style="display: flex; flex-direction: column; align-items: center;">
  7. <image class="addReportesetImg" src="{{addReporteset1}}" mode="widthFix"/>
  8. </view>
  9. </view>
  10. <view class='addReporteset'>
  11. <text class="addReportesetText">2、方向键选择“1.基本信息及配置”,ok键确定进入。</text>
  12. <view style="display: flex; flex-direction: column; align-items: center;">
  13. <image class="addReportesetImg" src="{{addReporteset2}}" mode="widthFix"/>
  14. </view>
  15. </view>
  16. <view class='addReporteset'>
  17. <text class="addReportesetText">3、方向键选择“5. 加报报间隔”,ok键确定进入配置。</text>
  18. <view style="display: flex; flex-direction: column; align-items: center;">
  19. <image class="addReportesetImg" src="{{addReporteset3}}" mode="widthFix"/>
  20. </view>
  21. </view>
  22. </scroll-view>
  23. </view>