开始做登录
This commit is contained in:
5
miniprogram_npm/@vant/weapp/wxs/array.wxs
Normal file
5
miniprogram_npm/@vant/weapp/wxs/array.wxs
Normal file
@@ -0,0 +1,5 @@
|
||||
function isArray(array) {
|
||||
return array && array.constructor === 'Array';
|
||||
}
|
||||
|
||||
module.exports.isArray = isArray;
|
Reference in New Issue
Block a user