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