| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!--pages/help/help.wxml-->
- <!-- <view class='list-container '>
- <scroll-view scroll-y="true">
- <view class='headIconBox' style="margin-top: 0rpx">
- <image src="{{help1}}" mode="widthFix" />
- </view>
- <view class='headIconBox'>
- <image src="{{help2}}" mode="widthFix" />
- </view>
- <view class='headIconBox'>
- <image src="{{help3}}" mode="widthFix" />
- </view>
- <view class='headIconBox'>
- <image src="{{help4}}" mode="widthFix" />
- </view>
- </scroll-view>
- </view> -->
- <view class="helpBox">
- <view class="help-block">
- <view class="help-content" bindtap="rtuHelpHandle" style="background-color:#426666;">
- <view class="help-content-img">
- <image class="xcxImg" src="/images/rtu-help.png"></image>
- </view>
- <view class="help-content-text">
- <text class="help-text">RTU帮助手册</text>
- </view>
- </view>
- </view>
- <view class="help-block">
- <view class="help-content" bindtap="xcxHelpHandle" style="background-color:#426666;">
- <view class="help-content-img">
- <image class="rtuImg" src="/images/xcx.png"></image>
- </view>
- <view class="help-content-text">
- <text class="help-text">小程序帮助手册</text>
- </view>
- </view>
- </view>
- </view>
- <view class="helpFooter">
- <text class="footerText">北京大恒软件技术有限公司</text>
- <text class="footerText">联系电话:010-82828800</text>
- </view>
|