提交代码
This commit is contained in:
parent
5e677eff7b
commit
45d394d89d
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
@Component
|
@Component
|
||||||
struct EndPopup {
|
export default struct EndPopup {
|
||||||
constructor() {
|
constructor() {
|
||||||
super()
|
super()
|
||||||
}
|
}
|
||||||
@ -23,5 +23,3 @@ struct EndPopup {
|
|||||||
}.width('100%').height('100%').position({y:0}).backgroundColor('rgba(0,0,0,0.7)')
|
}.width('100%').height('100%').position({y:0}).backgroundColor('rgba(0,0,0,0.7)')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default EndPopup
|
|
||||||
Loading…
x
Reference in New Issue
Block a user