Commit 43f862ec authored by yyh's avatar yyh

上链失败text修改为重新上链

parent dc06cd09
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
<van-grid-item <van-grid-item
v-for="(item, index) in actionList" v-for="(item, index) in actionList"
:key="index" :key="index"
icon="photo-o" icon="photo-o"
:text="item.text" :text="currentProof.status === ChainStatus.FAILURE && item.text === '上链' ? `重新${item.text}`:`${item.text}`"
@click="select(item.key)"> @click="select(item.key)">
<template #icon> <template #icon>
<common-svg :name="item.icon" :width="'44px'" :height="'44px'"></common-svg> <common-svg :name="item.icon" :width="'44px'" :height="'44px'"></common-svg>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment