uniapp-uview 微信小程序form中自定义校验规则失效问题。
仔细阅读官方文档,发现有提示。
需要兼容微信小程序,并且校验规则中含有方法等,只能通过setRules方法设置规则。 如。
onReady() {
//onReady 为uni-app支持的生命周期之一
this.$refs.form.setRules(this.rules)
},
标签:uniapp,自定义,form,微信,uview,校验
From: https://www.cnblogs.com/milankundea/p/16872615.html