mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
24 lines
317 B
JavaScript
24 lines
317 B
JavaScript
Page({
|
|
data: {
|
|
icons: [
|
|
'album',
|
|
'arrow',
|
|
'camera',
|
|
'certificate',
|
|
'check',
|
|
'checked',
|
|
'close',
|
|
'gift',
|
|
'home',
|
|
'location',
|
|
'message',
|
|
'send',
|
|
'shopping-cart',
|
|
'sign',
|
|
'store',
|
|
'topay',
|
|
'tosend'
|
|
]
|
|
}
|
|
});
|