TabChange(index) { this.currentGoodsType = (function (){ switch (index) { case 0: return 'pop' case 1: return 'new' case 2: return 'sell' } })(); },
利用函数的return 与 switch结合可通过省略break来简化代码同时使代码更加清晰