物流信息
This commit is contained in:
8
wxParse/arrmap.js
Normal file
8
wxParse/arrmap.js
Normal file
@ -0,0 +1,8 @@
|
||||
function arrMap(arr, field) {
|
||||
return arr.map(el => el[field])
|
||||
}
|
||||
|
||||
|
||||
module.exports = {
|
||||
arrMap
|
||||
}
|
Reference in New Issue
Block a user