problem.wxml 192 字节
<!--pages/problem/problem.wxml-->
<view class='problemBox'>
    <import src="../../components/wxParse/wxParse.wxml"/>
    <template is="wxParse" data="{{wxParseData:content.nodes}}" />
</view>