<!--pages/parser/index.wxml-->
<view class='bodyv'>
  <Parser html="{{htmlcontent}}" scroll="{{true}}" selectable="{{true}}" bindparse="loadfinish" bindlinkpress="taplinkopt" />
</view>