Browse Source

fix:MARKET-4497

pull/1/head
Wangwei-王伟 2 years ago
parent
commit
e363d61a0c
  1. 2
      src/views/live/live_view.vue

2
src/views/live/live_view.vue

@ -112,7 +112,7 @@
<template #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">
F币 不足<span>{{basic.credit}}</span>
</div>

Loading…
Cancel
Save