var app = getApp() Page({ data: { icons: [ 'cancel', 'store', 'certificate', 'arrow', 'shopping-cart', ] }, onLoad: function () { }, onShow: function() { }, })