File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Component({
124
124
this . changeStatus ( ) ;
125
125
return this ;
126
126
} ;
127
- wx . lin . hideMessage = ( ) => {
127
+ wx . lin . hideToast = ( ) => {
128
128
this . setData ( {
129
129
status : false
130
130
} ) ;
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Component({
124
124
this . changeStatus ( ) ;
125
125
return this ;
126
126
} ;
127
- wx . lin . hideMessage = ( ) => {
127
+ wx . lin . hideToast = ( ) => {
128
128
this . setData ( {
129
129
status : false
130
130
} ) ;
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Component({
124
124
this . changeStatus ( ) ;
125
125
return this ;
126
126
} ;
127
- wx . lin . hideMessage = ( ) => {
127
+ wx . lin . hideToast = ( ) => {
128
128
this . setData ( {
129
129
status : false
130
130
} ) ;
You can’t perform that action at this time.
0 commit comments