taro-plugin-platform-kwai
taro-plugin-platform-kwai copied to clipboard
Taro最新版页面空白
在 base.ksml
文件加入以下代码发现引用了不存在的模板
<template name="taro_tmpl">
<block ks:for="{{root.cn}}" ks:key="sid">
+ <view>{{'tmpl_0_' + item.nn}}</view>
<template is="{{'tmpl_0_' + item.nn}}" data="{{i:item}}" />
</block>
</template>