初始化(包含登录模块)
This commit is contained in:
5
wxcomponents/vant/wxs/array.wxs
Normal file
5
wxcomponents/vant/wxs/array.wxs
Normal file
@@ -0,0 +1,5 @@
|
||||
function isArray(array) {
|
||||
return array && (array.constructor === 'Array' || (typeof Array !== 'undefined' && Array.isArray(array)));
|
||||
}
|
||||
|
||||
module.exports.isArray = isArray;
|
||||
Reference in New Issue
Block a user