如题,调试基础库为1.9.93
是报什么错,麻烦具体描述下
另外也给个相关的代码片段(https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/minicode.html),我们定位下问题
代码片段:
if (saveData.detail.value.inputName.length == 0){
wx.showToast({
title: ‘名称不能为空!’,
icon: none,
mask: true
})
}
报错情况: