Skip to content

Commit a753968

Browse files
author
hanzongwen
committed
add
1 parent 80384f3 commit a753968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/lianjia/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async function requestData(city: string, type: string, qu: string): Promise<any[
195195
image: item.imageUrl,
196196
// pubDate: parseDate(pub.text()),
197197
author: item.community,
198-
description: `${item.community} 户型: ${item.layout} 面积: ${item.size} 价格: ${item.price} 朝向: ${item.direction} 楼层: ${item.floorInfo} tags: ${tags}`,
198+
description: `价格: ${item.price} 楼层: ${item.floorInfo} 户型: ${item.layout} 面积: ${item.size} 朝向: ${item.direction} ${item.community} tags: ${tags}`,
199199
};
200200
});
201201

0 commit comments

Comments
 (0)