fix: gofans app type comparison (#2544)
This commit is contained in:
parent
9c837f1bc2
commit
6be1fac0c3
|
|
@ -23,7 +23,7 @@ module.exports = async (ctx) => {
|
|||
<br/>
|
||||
原价:¥${item.original_price} -> 现价:¥${item.price}
|
||||
<br/>
|
||||
平台:${item.kind === '1' ? 'macOS' : 'iOS'}
|
||||
平台:${item.kind === 1 ? 'macOS' : 'iOS'}
|
||||
<br/>
|
||||
${item.description}
|
||||
`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue