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