dashboard
repositories
filestore
activity
search
login
刘文浩
/
gzDyh
forked from
gzzfw/frontEnd/gzDyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
✨ feat(来访登记页面): 完善功能
zhangyongtian
2024-08-14
62096ceaed8a2a54bfb4298e4b0efb5eb64a7dcb
[~liuwh/gzDyh.git]
/
by-wxparty
/
components
/
vant
/
wxs
/
array.wxs
1
2
3
4
5
function isArray(array) {
return array && array.constructor === 'Array';
}
module.exports.isArray = isArray;