pifa
fanfan 5 months ago
parent aaca9dd8d3
commit cc3342018f
  1. 14
      pages/invite/list.vue

@ -8,9 +8,9 @@
<view class="park-bd">
<view class="tab">
<view class="item" :class="tabIndex == 0?'item-on':''" @click="tabItem(0)">
申请已过<text v-if="adoption_num" style="margin-left: 15rpx;">{{adoption_num}}</text></view>
申请已过<text style="margin-left: 15rpx;">{{adoption_num}}</text></view>
<view class="item" :class="tabIndex == 1?'item-on':''" @click="tabItem(1)">
申请未过<text v-if="refuse_num" style="margin-left:15rpx;">{{refuse_num}}</text></view>
申请未过<text style="margin-left:15rpx;">{{refuse_num}}</text></view>
</view>
<view class="li" v-for="(a,i) in list" :key="i">
<view class="li-box">
@ -134,16 +134,16 @@
.item {
display: flex;
justify-content: center;
padding: 0 16rpx;
padding: 0 24rpx;
min-width: 176rpx;
height: 48rpx;
height: 54rpx;
background: linear-gradient(90deg, #FFDD99 0%, #B87D07 100%);
border-radius: 24rpx;
border-radius: 32rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
font-size: 26rpx;
color: #FFFFFF;
line-height: 48rpx;
line-height: 54rpx;
font-style: normal;
text-transform: none;

Loading…
Cancel
Save