diff --git a/pages/invoice/indexset.vue b/pages/invoice/indexset.vue index 46be60d..f41a81d 100644 --- a/pages/invoice/indexset.vue +++ b/pages/invoice/indexset.vue @@ -55,7 +55,7 @@ import * as InvoiceApi from '@/api/invoice' export default { data() { return { - tabIndex: 1, + tabIndex: 0, invoicList: [], recordList: [1, 2] }; @@ -90,8 +90,8 @@ export default { background: #F5F5F5; .invoice-btn { - height: 104rpx; - background: #F21A1C; + height: 104rpx; + background: #F55349; color: #fff; font-size: 32rpx; font-weight: bold;