增加广告跳转,增加现金红包配置

This commit is contained in:
2024-12-16 10:38:20 +08:00
parent 95b3a5c4ce
commit b2c7ce63b7
8 changed files with 1967 additions and 1267 deletions

View File

@@ -29,3 +29,7 @@ export function isPhone (s) {
export function isURL (s) {
return /^http[s]?:\/\/.*/.test(s)
}
export function isNull(val){
return val === null || val === undefined||val === '';
}