mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
102 lines
1.7 KiB
JavaScript
102 lines
1.7 KiB
JavaScript
import Page from '../../common/page';
|
|
|
|
Page({
|
|
data: {
|
|
icons: [
|
|
'close',
|
|
'upgrade',
|
|
'add-o',
|
|
'passed',
|
|
'chat',
|
|
'question',
|
|
'clock',
|
|
'gold-coin',
|
|
'play',
|
|
'pause',
|
|
'stop',
|
|
'more-o',
|
|
'info-o',
|
|
'share',
|
|
'like-o',
|
|
'logistics',
|
|
'edit',
|
|
'exchange',
|
|
'location',
|
|
'cart',
|
|
'shop',
|
|
'gift',
|
|
'contact',
|
|
'wap-home',
|
|
'points',
|
|
'discount',
|
|
'point-gift',
|
|
'after-sale',
|
|
'edit-data',
|
|
'delete',
|
|
'records',
|
|
'completed',
|
|
'certificate',
|
|
'tosend',
|
|
'sign',
|
|
'photo',
|
|
'idcard',
|
|
'home',
|
|
'free-postage',
|
|
'cash-back-record',
|
|
'points-mall',
|
|
'exchange-record',
|
|
'pending-payment',
|
|
'pending-orders',
|
|
'pending-deliver',
|
|
'pending-evaluate',
|
|
'password-view',
|
|
'password-not-view',
|
|
'check',
|
|
'arrow',
|
|
'arrow-left',
|
|
'search',
|
|
'success',
|
|
'fail',
|
|
'add',
|
|
'checked',
|
|
'warn',
|
|
'clear',
|
|
'underway',
|
|
'more',
|
|
'like',
|
|
'photograph',
|
|
'qr-invalid',
|
|
'qr',
|
|
'add2',
|
|
'wechat',
|
|
'alipay',
|
|
'wap-nav',
|
|
'ecard-pay',
|
|
'balance-pay',
|
|
'peer-pay',
|
|
'credit-pay',
|
|
'debit-pay',
|
|
'other-pay',
|
|
'shopping-cart',
|
|
'browsing-history',
|
|
'goods-collect',
|
|
'shop-collect',
|
|
'receive-gift',
|
|
'send-gift',
|
|
'setting',
|
|
'coupon',
|
|
'gift-card-pay',
|
|
'cash-on-deliver',
|
|
'phone',
|
|
'description',
|
|
'card',
|
|
'value-card',
|
|
'gift-card',
|
|
'hot',
|
|
'new',
|
|
'new-arrival',
|
|
'hot-sale'
|
|
]
|
|
}
|
|
});
|