| | |
| | | }, |
| | | picker:{ |
| | | confirmColor:'#20613D' |
| | | }, |
| | | steps:{ |
| | | size:32, |
| | | fontSize:32 |
| | | } |
| | | // 其他组件属性配置 |
| | | // ...... |
| | |
| | | |
| | | |
| | | |
| | | import farmerfooter from '@/components/footer/farmer-footer' |
| | | Vue.component('farmer-footer', farmerfooter) |
| | | // #ifdef PUB_CUSTOMER |
| | | import customerFooter from '@/components/footer/customer-footer' |
| | | Vue.component('common-footer', customerFooter) |
| | | // #endif |
| | | |
| | | // #ifndef PUB_CUSTOMER |
| | | import supplierfooter from '@/components/footer/supplier-footer' |
| | | Vue.component('common-footer', supplierfooter) |
| | | // #endif |
| | | |
| | | import nodata from '@/components/no-data' |
| | | Vue.component('no-data', nodata) |
| | | // import bfooter from '@/components/footer/bussincess-footer' |
| | |
| | | import footerMsg from '@/components/footer/footer-msg' |
| | | Vue.component('footer-msg', footerMsg) |
| | | |
| | | import buttonShop from '@/components/button-shop/button-shop' |
| | | Vue.component('common-button-shop', buttonShop) |
| | | |
| | | import cardListItem from '@/components/card-list-item/card-list-item' |
| | | Vue.component('card-list-item', cardListItem) |
| | | |
| | | |
| | | // #ifdef PUB_CUSTOMER |
| | | import selectItems from '@/components/common-select-items' |
| | | Vue.component('common-select-items', selectItems) |
| | | |
| | | import addressSelect from '@/components/common-address-select/common-address-select' |
| | | Vue.component('common-address-select', addressSelect) |
| | | // #endif |
| | | |
| | | import topTabs from '@/components/top-tabs.vue' |
| | | Vue.component('top-tabs', topTabs) |