File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
examples/dist/status-show Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Component({
25
25
openApi : {
26
26
type : Boolean ,
27
27
value : true
28
+ } ,
29
+ custom : {
30
+ type : Boolean ,
31
+ value : false
28
32
}
29
33
} ,
30
34
@@ -77,7 +81,7 @@ Component({
77
81
} ) ;
78
82
} ;
79
83
} ,
80
-
84
+
81
85
_changeStatus ( ) {
82
86
switch ( this . properties . type ) {
83
87
case 'success' :
@@ -138,4 +142,4 @@ Component({
138
142
} ) ;
139
143
}
140
144
}
141
- } ) ;
145
+ } ) ;
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Component({
25
25
openApi : {
26
26
type : Boolean ,
27
27
value : true
28
+ } ,
29
+ custom : {
30
+ type : Boolean ,
31
+ value : false
28
32
}
29
33
} ,
30
34
@@ -77,7 +81,7 @@ Component({
77
81
} ) ;
78
82
} ;
79
83
} ,
80
-
84
+
81
85
_changeStatus ( ) {
82
86
switch ( this . properties . type ) {
83
87
case 'success' :
@@ -138,4 +142,4 @@ Component({
138
142
} ) ;
139
143
}
140
144
}
141
- } ) ;
145
+ } ) ;
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Component({
25
25
openApi : {
26
26
type : Boolean ,
27
27
value : true
28
+ } ,
29
+ custom : {
30
+ type : Boolean ,
31
+ value : false
28
32
}
29
33
} ,
30
34
@@ -77,7 +81,7 @@ Component({
77
81
} ) ;
78
82
} ;
79
83
} ,
80
-
84
+
81
85
_changeStatus ( ) {
82
86
switch ( this . properties . type ) {
83
87
case 'success' :
@@ -138,4 +142,4 @@ Component({
138
142
} ) ;
139
143
}
140
144
}
141
- } ) ;
145
+ } ) ;
You can’t perform that action at this time.
0 commit comments