showToast 的api调用的时候无效?
if (!this.data.password) {
wx.showToast({
title: ‘请输入密码’,
icon: none,
mask: true
})
return;
}
icon设置为none的时候不显示toast 基础库版本为2.1.0 配置文件里libversion为2.8.0
if (!this.data.password) {
wx.showToast({
title: ‘请输入密码’,
icon: none,
mask: true
})
return;
}
icon设置为none的时候不显示toast 基础库版本为2.1.0 配置文件里libversion为2.8.0