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