mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
小程序支持主题管理
This commit is contained in:
8
sourcecode/qq/default/utils/tools.qs
Normal file
8
sourcecode/qq/default/utils/tools.qs
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