validate.js icon indicating copy to clipboard operation
validate.js copied to clipboard

希望可以通过下面的方式,让一个变量可以为String或者Number

Open Fucntion opened this issue 5 years ago • 1 comments

Products_Profit: {
type: String || Number,
required: true,
size: {min: 0},
message: {
  required: '利润必填',
  type: '利润必须为数字',
  size: '利润必须大于0'
 }
},

Fucntion avatar Apr 08 '20 02:04 Fucntion

اكتب المشكلة بلغة مشتركة بين الناس (الانجليزية) عشان الناس تقدر تفهمك

Alarees avatar Apr 26 '20 08:04 Alarees