fix: oilprice route (#2787)

This commit is contained in:
sourismu 2019-08-08 21:52:04 +08:00 committed by DIYgod
parent 5538882355
commit 669e5a1895
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = async (ctx) => {
.text()
.split('')[1];
const labelList = $list
.eq(0)
.eq(1)
.find('td')
.slice(1)
.map((index, item) => $(item).text())