File tree Expand file tree Collapse file tree 9 files changed +0
-27
lines changed Expand file tree Collapse file tree 9 files changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ Component({
10
10
linked ( ) {
11
11
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
12
12
this . initTabs ( ) ;
13
- } ,
14
- unlinked ( ) {
15
- this . initTabs ( ) ;
16
13
}
17
14
} ,
18
15
options : {
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ Component({
33
33
linked ( ) {
34
34
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
35
35
this . initTabs ( ) ;
36
- } ,
37
- unlinked ( ) {
38
- this . initTabs ( ) ;
39
36
}
40
37
} ,
41
38
} ,
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ Component({
27
27
linked ( ) {
28
28
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
29
29
this . initTabs ( ) ;
30
- } ,
31
- unlinked ( ) {
32
- this . initTabs ( ) ;
33
30
}
34
31
} ,
35
32
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ Component({
10
10
linked ( ) {
11
11
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
12
12
this . initTabs ( ) ;
13
- } ,
14
- unlinked ( ) {
15
- this . initTabs ( ) ;
16
13
}
17
14
} ,
18
15
options : {
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ Component({
33
33
linked ( ) {
34
34
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
35
35
this . initTabs ( ) ;
36
- } ,
37
- unlinked ( ) {
38
- this . initTabs ( ) ;
39
36
}
40
37
} ,
41
38
} ,
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ Component({
27
27
linked ( ) {
28
28
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
29
29
this . initTabs ( ) ;
30
- } ,
31
- unlinked ( ) {
32
- this . initTabs ( ) ;
33
30
}
34
31
} ,
35
32
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ Component({
10
10
linked ( ) {
11
11
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
12
12
this . initTabs ( ) ;
13
- } ,
14
- unlinked ( ) {
15
- this . initTabs ( ) ;
16
13
}
17
14
} ,
18
15
options : {
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ Component({
33
33
linked ( ) {
34
34
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
35
35
this . initTabs ( ) ;
36
- } ,
37
- unlinked ( ) {
38
- this . initTabs ( ) ;
39
36
}
40
37
} ,
41
38
} ,
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ Component({
27
27
linked ( ) {
28
28
// 每次有子节点被插入时执行,target是该节点实例对象,触发在该节点attached生命周期之后
29
29
this . initTabs ( ) ;
30
- } ,
31
- unlinked ( ) {
32
- this . initTabs ( ) ;
33
30
}
34
31
} ,
35
32
You can’t perform that action at this time.
0 commit comments