fix: 无盲盒购买
This commit is contained in:
parent
0ac103dc86
commit
62c12a3bf8
@ -804,8 +804,11 @@ struct BlindBoxView: View {
|
|||||||
.frame(width: 300, height: 300)
|
.frame(width: 300, height: 300)
|
||||||
|
|
||||||
case .none:
|
case .none:
|
||||||
SVGImage(svgName: "BlindNone")
|
// FIXME: 临时使用 BlindLoading GIF
|
||||||
|
GIFView(name: "BlindLoading")
|
||||||
.frame(width: 300, height: 300)
|
.frame(width: 300, height: 300)
|
||||||
|
// SVGImage(svgName: "BlindNone")
|
||||||
|
// .frame(width: 300, height: 300)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.offset(y: -50)
|
.offset(y: -50)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user