| | |
| | | <image |
| | | class="no-icon" |
| | | v-if="navIndex == 1" |
| | | src="@/static/img/used.png" |
| | | src="@/pages/subComponents/static/img/used.png" |
| | | ></image> |
| | | <image |
| | | class="no-icon" |
| | | v-if="navIndex == 2" |
| | | src="@/static/img/overdue.png" |
| | | src="@/pages/subComponents/static/img/overdue.png" |
| | | ></image> |
| | | <view |
| | | class="receive" |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import UEmpty from '@/uview-components/uview-ui/components/u-empty/u-empty.vue'; |
| | | import UIcon from '@/uview-components/uview-ui/components/u-icon/u-icon.vue'; |
| | | import '@/components/uview-components/uview-ui'; |
| | | |
| | | import { getMemberCoupons } from "@/api/members.js"; |
| | | |
| | | export default { |
| | | components: {UEmpty,UIcon}, |
| | | data() { |
| | | return { |
| | | tabCurrentIndex: 0, //tab栏下标默认为0 未使用 |