微信小程序渲染层网络层错误与自动热重载错误

有人可以告诉我这怎么解决吗感谢 关于微信小程序的一些小小问题

[渲染层网络层错误] Failed to load image https://thirdwx.qlogo.cn/mmopen/vi_32/PiajxSqBRaEKNU4Rf29hOVzQw1KehTa3zo1Ic2JfaHWXwcsj8x3Vod17Lf8FlpH2NlKtUibMQAicn5G9XFcyTFPCQ/132
net::ERR_CONNECTION_RESET 
(env: Windows,mp,1.06.2303220; lib: 2.19.4)
2[自动热重载] 已开启代码文件保存后自动热重载(不支持 json)
[自动热重载错误 WXML 文件编译错误] ./pages/index/index.wxml
 Bad attr `src` with message
  14 |     
  15 |     else>
> 16 |       "bindViewTap" class="userinfo-avatar" src="{{/userInfo.avatarUrl}}" mode="cover">
     |                                                               ^
  17 |       "userinfo-nickname">{{userInfo.nickName}}
  18 |     
  19 |   
at files://pages/index/index.wxml#16(env: Windows,mp,1.06.2303220; lib: 2.19.4)
![img](https://img-mid.csdnimg.cn/release/static/image/mid/ask/165998854186120.png "#left")


img

img

{{/userInfo.avatarUrl}} 把这个/ 去掉

在设置里,把域名校验的勾选去掉,保存设置。小程序会对域名有限制。