2016-12-22 11:52:23 +08:00

17 lines
214 B
JavaScript

Page({
data: {
icons: [
'arrow',
'certificate',
'check',
'checked',
'close',
'gift',
'location',
'message',
'store',
'shopping-cart',
]
}
});