Commit d310bafb by 蒋勇

d

parent 47bd9ba8
...@@ -11,6 +11,7 @@ class XProductService extends ServiceBase { ...@@ -11,6 +11,7 @@ class XProductService extends ServiceBase {
} }
} }
module.exports = XProductService; module.exports = XProductService;
/*
function findTitlePath(items, findstr, results) { function findTitlePath(items, findstr, results) {
items.forEach(item => { items.forEach(item => {
if (item.title.indexOf(findstr) < 0) { if (item.title.indexOf(findstr) < 0) {
...@@ -138,3 +139,4 @@ function findTitlePath(items, findstr, results) { ...@@ -138,3 +139,4 @@ function findTitlePath(items, findstr, results) {
// }) // })
// console.log(JSON.stringify(root)) // console.log(JSON.stringify(root))
}) () }) ()
*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment