From 267366ed2db5b4c08e27b6dc1ea7a137b01b17b2 Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Mon, 6 Jan 2020 18:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reptile/177mh_net/section.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/reptile/177mh_net/section.js b/bin/reptile/177mh_net/section.js index a064744..264d79a 100644 --- a/bin/reptile/177mh_net/section.js +++ b/bin/reptile/177mh_net/section.js @@ -36,6 +36,10 @@ let getsection = async (text)=>{ // list.push(obj) // }) // console.log(list) + list = [{ + title:"列表", + list:list + }] return list }