Appearance
暂无
import ShowZTDialog from 'zt-api' function getname() { ShowZTDialog() .then(res => { console.log(res) }) .catch(err => { console.log(err) }) }