Commit 8425705d authored by liwei's avatar liwei

增加了提示判断

parent 0c148fb4
...@@ -33,8 +33,11 @@ export default { ...@@ -33,8 +33,11 @@ export default {
icon: 'none' icon: 'none'
}) })
} else { } else {
// 当event.detail.data[0] === '该certifyId客户端未提交认证' 时 是用户点击了暂不认证
//认证不通过 //认证不通过
uni.setStorageSync("errorAuthMessage", event.detail.data[0]) if (event.detail.data[0] !== '该certifyId客户端未提交认证'){
uni.setStorageSync("errorAuthMessage", event.detail.data[0])
}
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment