This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!--index.wxml-->
<view>
<!-- 头像区域 -->
<view class='top'>
<view class='user-img'>
<image src="/images/avatar.png" />
</view>
<!-- 详细信息区域 -->
<view class='menu'>
<view class="item">姓名:小丽</view>
<view class="item">年龄:20</view>
<view class="item">性别:女</view>
<view class="item">特长:绘画、书法</view>
<view class="item">爱好:编程</view>