编译 .wxml 文件错误,报的下面错误,是怎么回事?
发布于 5 年前 作者 xiongxiuying 16457 次浏览 来自 问答

VM109:2 ./common/template.wxml

 end tag missing, near ‘templat…’

  16 | </template>

  17 | 

> 18 | <template name=“listBig”>

     | ^

  19 |     <view class=“listBigNews”>

  20 |         <view class=“listTitle”>

  21 |             <text>{{item.name1}}</text>

1 回复

“end tag missing”,起始标签和结束标签没有配对吗?

回到顶部