manual.wxml 194 Bytes
<!--pages/manual/manual.wxml-->
<custom-navi text="操作手册" back="{{true}}" home="{{true}}"></custom-navi>
<view class='manual'>
  <text>操作手册</text>
  <view>{{text}}</view>
</view>