MCPcopy Create free account
hub / github.com/circircir-circle/human_exist_device / optional

Method optional

mini_program/common/Validate.js:374–376  ·  view source on GitHub ↗

* 判断输入值是否为空

(value)

Source from the content-addressed store, hash-verified

372 * 判断输入值是否为空
373 */
374 optional(value) {
375 return !this.methods.required.valid(value) && 'dependency-mismatch'
376 }
377
378 /**
379 * 获取自定义字段的提示信息

Callers 1

validMethod · 0.80

Calls 1

validMethod · 0.80

Tested by

no test coverage detected