这个哪里出问题了,怎么改?

发布于 8 年前作者 gangzhong11186 次浏览最后编辑 8 年前来自 ask

<template name=“home_book_list”>

<block wx:for=“{{home_books}}” wx:for-index=“idx” wx:for-item=“item” wx:key=“{{*this}}”>  

<view class=“text”>

<text>{{item.title}}</text>

</view>

1 回复
minfu
minfu1 楼6 年前

text后面少个block,template。是双标签