diff --git a/static/image/No.1.png b/static/image/No.1.png new file mode 100644 index 0000000..022580c Binary files /dev/null and b/static/image/No.1.png differ diff --git a/static/image/No.2.png b/static/image/No.2.png new file mode 100644 index 0000000..cafc070 Binary files /dev/null and b/static/image/No.2.png differ diff --git a/static/image/No.3.png b/static/image/No.3.png new file mode 100644 index 0000000..66d94ff Binary files /dev/null and b/static/image/No.3.png differ diff --git a/static/image/No.4.png b/static/image/No.4.png new file mode 100644 index 0000000..cae3884 Binary files /dev/null and b/static/image/No.4.png differ diff --git a/static/image/No.5.png b/static/image/No.5.png new file mode 100644 index 0000000..33df27a Binary files /dev/null and b/static/image/No.5.png differ diff --git a/static/image/overlap.png b/static/image/overlap.png new file mode 100644 index 0000000..d63fe45 Binary files /dev/null and b/static/image/overlap.png differ diff --git a/wxcomponents/vant/wxs/array.wxs b/wxcomponents/vant/wxs/array.wxs index 7832416..e69de29 100644 --- a/wxcomponents/vant/wxs/array.wxs +++ b/wxcomponents/vant/wxs/array.wxs @@ -1,5 +0,0 @@ -function isArray(array) { - return array && (array.constructor === 'Array' || (typeof Array !== 'undefined' && Array.isArray(array))); -} - -module.exports.isArray = isArray;