Browse Source

修改合约为空的页面没有显示文字

master
liaoxinyu 1 year ago
parent
commit
378accae00
  1. 2
      pages/exchange/open-position.vue

2
pages/exchange/open-position.vue

@ -537,7 +537,7 @@
</view>
</view>
</template>
<van-empty v-if="!listCurrent.length&&active==1" description="" />
<van-empty v-if="!listCurrent.length&&active==1" :description="$t('contract.d0')" />
</view>
<van-popup :show="stoplossShow" @close="stoplossShow = false" closeable custom-style="height:auto;width:90%;overflow:auto;padding-bottom:20px;border-radius:5px">

Loading…
Cancel
Save