|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
<view class="park-bd"> |
|
|
|
|
<view class="tab"> |
|
|
|
|
<view class="item" :class="tabIndex == 0?'item-on':''" @click="tabItem(0)"> |
|
|
|
|
申请已过<text style="margin-left: 15rpx;">{{adoption_num}}</text></view> |
|
|
|
|
申请已过<text style="margin-left: 15rpx;">{{invite_num}}</text></view> |
|
|
|
|
<view class="item" :class="tabIndex == 1?'item-on':''" @click="tabItem(1)"> |
|
|
|
|
申请未过<text style="margin-left:15rpx;">{{refuse_num}}</text></view> |
|
|
|
|
</view> |
|
|
|
@ -47,7 +47,7 @@ |
|
|
|
|
total: 0, |
|
|
|
|
tabIndex: 0, |
|
|
|
|
refuse_num: 0, |
|
|
|
|
adoption_num: 0, |
|
|
|
|
invite_num: 0, |
|
|
|
|
recordBackgroundImage: 'https://www.amiami.com.cn/static/shangjia/record_bg.png?t=1', |
|
|
|
|
tipsBackgroundImage: 'https://www.amiami.com.cn/static/shangjia/record_tips.png?t=1', |
|
|
|
|
background: { |
|
|
|
@ -90,7 +90,7 @@ |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
this.list = data.list; |
|
|
|
|
this.total = data.total; |
|
|
|
|
this.adoption_num = data.adoption_num; |
|
|
|
|
this.invite_num = data.invite_num; |
|
|
|
|
this.refuse_num = data.refuse_num; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|