fix: coolapk trade tag (#5593)
Co-authored-by: DIYgod <diy.d.god@gmail.com>
This commit is contained in:
parent
2018a579d3
commit
e4bd753bcb
|
|
@ -16,8 +16,8 @@ module.exports = async (ctx) => {
|
|||
if (item.type === 12) {
|
||||
// 图文内容
|
||||
return utils.parseTuwen(item, ctx);
|
||||
} else if (item.type === 0) {
|
||||
// 动态内容
|
||||
} else if (item.type === 0 || item.type === 20) {
|
||||
// 0:动态内容,20:交易动态
|
||||
return utils.parseDongtai(item, ctx);
|
||||
} else {
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue