|
|
@ -112,7 +112,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<template #footer> |
|
|
|
<template #footer> |
|
|
|
<span class="dialog-footer"> |
|
|
|
<span class="dialog-footer"> |
|
|
|
<div v-if="mycredit.money < basic.credit"> |
|
|
|
<div v-if="basic.credit > 0 && mycredit.money < basic.credit"> |
|
|
|
<div class="txt-c colf26 f14" style="padding-bottom: 16px;" v-if="basic.credit>0"> |
|
|
|
<div class="txt-c colf26 f14" style="padding-bottom: 16px;" v-if="basic.credit>0"> |
|
|
|
F币 不足<span>{{basic.credit}}</span> |
|
|
|
F币 不足<span>{{basic.credit}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|