const html5Entities = require('../vendors/html5-entities') const { windowWidth } = wx.getSystemInfoSync() module.exports = item => { // decode html entities if (item.type === 'Text') { item.content = html5Entities.decode(item.content) return } //