微信小程序

wepy: [xmldom warning] unclosed

2018-03-27  本文已影响1440人  喵整点薯条
xml-warn.png

这里报错是因为input必须闭合,不然会报错。

// 报错
<input type="text" class="weui-input" placeholder="请输入号码">
// 闭合,就是在input的右括号前加上/
<input type="text" class="weui-input" placeholder="请输入号码" />

https://github.com/Tencent/wepy/pull/168

上一篇下一篇

猜你喜欢

热点阅读