提交代码

This commit is contained in:
lvyuankang 2024-06-04 12:09:08 +08:00
parent 5e677eff7b
commit 45d394d89d

View File

@ -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