1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00
2016-12-30 16:26:27 +08:00

23 lines
303 B
JavaScript

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