| | |
| | | </template> |
| | | |
| | | <script> |
| | | import UIcon from '@/uview-components/uview-ui/components/u-icon/u-icon.vue'; |
| | | import UImage from '@/uview-components/uview-ui/components/u-image/u-image.vue'; |
| | | import ULoading from '@/uview-components/uview-ui/components/u-loading/u-loading.vue'; |
| | | import UTag from '@/uview-components/uview-ui/components/u-tag/u-tag.vue'; |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | import commonTpl from '@/components/m-goods-list/common' |
| | | export default { |
| | | components: {UIcon,UImage,ULoading,UTag}, |
| | | data() { |
| | | return { |
| | | lightColor: this.$mainColor |