From 3d6962c6ec5a430266a06460c18a0643ab2ffedc Mon Sep 17 00:00:00 2001 From: Andie Date: Mon, 17 Sep 2018 14:29:14 +0800 Subject: [PATCH] =?UTF-8?q?Bug=E4=BF=AE=E5=A4=8D=E4=B8=8E=E9=98=85?= =?UTF-8?q?=E8=AF=BB=E4=BD=93=E9=AA=8C=E5=A2=9E=E5=8A=A0=20(#725)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复了“每日精品限免 / 促销应用”价格显示错误的Bug - 为"即刻主题精选"中的图片间添加间隔,以提升阅读体验 --- routes/appstore/xianmian.js | 2 +- routes/jike/topic.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/appstore/xianmian.js b/routes/appstore/xianmian.js index bd67da9c8..58636c162 100644 --- a/routes/appstore/xianmian.js +++ b/routes/appstore/xianmian.js @@ -14,7 +14,7 @@ module.exports = async (ctx) => { description: `
- 原价:${item.discount_info[0].discounted_price} -> 现售:${item.discount_info[0].original_price} + 原价:${item.discount_info[0].original_price} -> 现售:${item.discount_info[0].discounted_price}
平台:${item.app.download_link[0].device}
diff --git a/routes/jike/topic.js b/routes/jike/topic.js index 1c7bfe875..0c2841fd8 100644 --- a/routes/jike/topic.js +++ b/routes/jike/topic.js @@ -110,7 +110,7 @@ module.exports = async (ctx) => { if (item.pictures) { item.pictures.forEach( (pic) => - (description += ``) );