2957关注9920浏览
<template name="wxParseDefault">
<block wx:for="{{wxParseData}}" wx:key="">
<template is="wxParseDefault0" data="{{item}}"/>
</block>
</template>
<template name="wxParseDefault0">
<block wx:if="{{item.node=='element'}}">
<block wx:if="{{item.tagType=='block'}}">
<view class="{{item.classStr}} wxParse-{{item.tag}}" style="{{item.styleStr}}">
<block wx:if="{{item.nodes.length!=0}}">
<block wx:for="{{item.nodes}}" wx:for-item="item" wx:key="">
<view>sfsa</view>
<!-- <template is="wxParseDefault0" data="{{item}}"/> -->
</block>
</block>
</view>
</block>
</block>
<block wx:elif="{{item.node=='text'}}">
<view>text</view>
</block>
</template>
为什么template模板中的内容无法循环套用自身
-
至过去的我
2044人对此回答表示赞同
我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多> -
Dominic
12人对此回答表示赞同
wechatide://minicode/aPQWHQmJ7VPQ
展开120回复分享发布于 5年前评论(0)
收起评论
-
范范011
1人对此回答表示赞同
麻烦给个相关的代码片段,我们定位下问题
展开10回复分享发布于 5年前评论(0)
收起评论