device.notification.showPreloader 提示is not a function
暂无更多信息
正在加载, 请稍后...
暂无更多信息
提交了问题2016-12-23
device.notification.showPreloader 提示is not a function
回答了问题2016-12-23
钉钉API SDK非官方PHP版【免登jsapi】比官方SDK好用哦
Re钉钉API SDK非官方PHP版【免登jsapi】比官方SDK好用哦
jsApiList 已经加了device.notification.showPreloader
dt.showPreloader = function(text){
Ding.device.notification.showPreloader({
text: text,
showIcon: true
});
};
在调用的时候会提示Ding.device.notification.showPreloader is not a function