@@ -303,7 +303,7 @@ class Index extends Component {
)}
{
- projectsType !== "deposit" &&
+ projectsType && projectsType === "mirror" &&
}
{
- projectsType !== "deposit" &&
+ projectsType && projectsType === "mirror" &&
需要授权验证
{
@@ -428,7 +428,7 @@ class Index extends Component {
)}
{
- projectsType === "deposit" &&
+ (projectsType === "deposit" || !projectsType) &&
{
- projectsType !== "deposit" &&
+ projectsType && projectsType === "mirror" &&