|
|
@ -39,9 +39,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view v-if="!isLoading" class="bdcontent m-top20"> |
|
|
<view v-if="!isLoading" class="bdcontent m-top20"> |
|
|
|
|
|
<view class="item-title-tab"> |
|
|
<view class="item-title b-f" v-for="items in tab" @click="changeTab(items.key)"> |
|
|
<view class="item-title b-f" v-for="items in tab" @click="changeTab(items.key)"> |
|
|
<text :class="{'item-title-text': tabKey === items.key}">{{items.title}}</text> |
|
|
<text :class="{'item-title-text': tabKey === items.key}">{{items.title}}</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
<!-- 标的信息 --> |
|
|
<!-- 标的信息 --> |
|
|
<view class="item-content b-f" v-if="tabKey === 1"> |
|
|
<view class="item-content b-f" v-if="tabKey === 1"> |
|
|
<view class="gdic"> |
|
|
<view class="gdic"> |
|
|
|