fix: 修改了部分文件类型
This commit is contained in:
parent
daec42ee7d
commit
2c49483dca
@ -7,8 +7,7 @@ export default struct TopLogo {
|
|||||||
@State ratio: number = 850 / 960
|
@State ratio: number = 850 / 960
|
||||||
@State timeText: string = '';
|
@State timeText: string = '';
|
||||||
@Link outFlag: boolean; //返回按钮触发
|
@Link outFlag: boolean; //返回按钮触发
|
||||||
private timer: any = null;
|
private timer: number = -1;
|
||||||
private vocObj = null;
|
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super()
|
super()
|
||||||
@ -65,7 +64,6 @@ export default struct TopLogo {
|
|||||||
|
|
||||||
aboutToDisappear() {
|
aboutToDisappear() {
|
||||||
clearInterval(this.timer)
|
clearInterval(this.timer)
|
||||||
console.log('jiangsong: topLogo aboutToDisappear222222222')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user