{{title}} {{content}} module.exports = { getWidth: function(icon, content) { var width = "auto"; if (icon) { width = content ? '420rpx' : '360rpx'; } return width } }