HomeDocs
Skip to main content

dlt.hideLoading

Introduction

Used to hide the loading popup.

Parameters

Object object

PropertyTypeDefault ValueRequiredDescription
successfunctionNoCallback function for a successful API call
failfunctionNoCallback function for a failed API call
completefunctionNoCallback function that is called when the API call is complete (whether successful or not)

Example Code

dlt.hideLoading({
success() {
console.log('success');
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.