mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
小程序支持主题管理
This commit is contained in:
8
sourcecode/baidu/default/utils/tools.sjs
Normal file
8
sourcecode/baidu/default/utils/tools.sjs
Normal file
@ -0,0 +1,8 @@
|
||||
function indexOf(arr, value) {
|
||||
if (arr.indexOf(value) < 0) {
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
module.exports.indexOf = indexOf;
|
||||
Reference in New Issue
Block a user