|
@@ -105,7 +105,7 @@ export class attributes_count_down extends Component {
|
|
|
this.m_data.is_show_time = this.toggle_enbale_time.getComponent(Toggle).isChecked ;
|
|
|
let down_count_time = this.edit_down_count_time.getComponent(EditBox).string
|
|
|
if(down_count_time.length>0) {
|
|
|
- this.m_data.time_count = parseInt(this.edit_down_count_time.getComponent(EditBox).string);
|
|
|
+ this.m_data.time_count = parseInt(down_count_time);
|
|
|
}
|
|
|
if(this.call_back!=null){
|
|
|
this.call_back(this.m_data)
|