fix: gofans app type comparison (#2544)

This commit is contained in:
Henry Wang 2019-07-03 05:10:56 +01:00 committed by DIYgod
parent 9c837f1bc2
commit 6be1fac0c3
1 changed files with 1 additions and 1 deletions

View File

@ -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}
`,