提交初始版本,使用vant ui库
This commit is contained in:
12
miniprogram_npm/@vant/weapp/share-sheet/index.wxs
Normal file
12
miniprogram_npm/@vant/weapp/share-sheet/index.wxs
Normal file
@@ -0,0 +1,12 @@
|
||||
/* eslint-disable */
|
||||
function isMulti(options) {
|
||||
if (options == null || options[0] == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return "Array" === options.constructor && "Array" === options[0].constructor;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
isMulti: isMulti
|
||||
};
|
Reference in New Issue
Block a user