体质测试
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

10 lines
276 B

<template name="entry">
<view class="h2w h2w-{{theme}}">
<view class="h2w__main">
<import src="./renderTemplate.wxml"/>
<block wx:for="{{child}}" wx:key="{{index}}">
<template is="m0" data="{{item}}"/>
</block>
</view>
</view>
</template>