收藏
回答

帮忙看看哪里出错了呀?报错如下

[ WXML 文件编译错误] ./pages/comment-list/comment-list.wxml

 unexpected character `�`

  1 | <!--pages/comment-list/comment-list.wxml-->

> 2 | <empty-tips-card wx:if="{{commentList.length === 0}tips-title="还没有影评" tips-content="快去尝试添加影评吧~"></empty-tips-card>

    |                                                               ^

  3 | <view wx:else class="comment-list">

  4 | <view class="comment-wrapper" wx:for="{{commentList}}" wx:key="{(id)}" wx:for-item="{(comment)}" bindtap="{(toDetail)}" data-comment="{{comment}}">

  5 | <image class="avator" src="comment.avatar">

at files://client\pages\comment-list\comment-list.wxml#2(env: Windows,mp,1.06.2303220; lib: 2.31.0)

回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    2023-05-08

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2023-05-08
    有用
    回复
登录 后发表内容