|
@ -87,7 +87,7 @@ |
|
|
<div class="mb-16 red" v-if="walletList && walletList.pub && walletList.pub.forzen_money > 0">含冻结金额 {{ walletList.pub.forzen_money }} 元</div> |
|
|
<div class="mb-16 red" v-if="walletList && walletList.pub && walletList.pub.forzen_money > 0">含冻结金额 {{ walletList.pub.forzen_money }} 元</div> |
|
|
<div class="flex-between" v-if="walletList && walletList.pub && walletList.pub.remain"> |
|
|
<div class="flex-between" v-if="walletList && walletList.pub && walletList.pub.remain"> |
|
|
<span>账户余额 <b v-if="walletList && walletList.pub && walletList.pub.remain > 0">{{ walletList.pub.remain }}</b> 元</span> |
|
|
<span>账户余额 <b v-if="walletList && walletList.pub && walletList.pub.remain > 0">{{ walletList.pub.remain }}</b> 元</span> |
|
|
<span class="hoverCommon" @click="isShowSpec = !isShowSpec">{{ isShowSpec ? '收起' : '展开' }}</span> |
|
|
<span class="hoverCommon" @click="isShowSpec = !isShowSpec" v-if="walletList && walletList.spec && walletList.spec.length > 0">{{ isShowSpec ? '收起' : '展开' }}</span> |
|
|
</div> |
|
|
</div> |
|
|
<div v-show="isShowSpec" class="mt-24" style="border-top: 1px solid #ebebeb;" v-if="walletList && walletList.spec && walletList.spec.length > 0"> |
|
|
<div v-show="isShowSpec" class="mt-24" style="border-top: 1px solid #ebebeb;" v-if="walletList && walletList.spec && walletList.spec.length > 0"> |
|
|
<div class="mt-24"></div> |
|
|
<div class="mt-24"></div> |
|
|