ios系统modal图片问题
回 2楼nuliang的帖子
dd.ready(function() {
dd.device.notification.modal({
image: imgUrl, // 标题图片地址
//banner: imgUrl,
title: title, //标题
content: cont, //文本内容
buttonLabels:['知道了'],// 最多两个按钮,至少有一个按钮。
onSuccess : function(result) {
//onSuccess将在点击button之后回调
/*{
buttonIndex: 0 //被点击按钮的索引值,Number,从0开始
}*/
},
onFail : function(err) {
tips(err);
}
});
});
-------------------------
回 4楼nuliang的帖子
jsApiList添加了权限:device.notification.extendModal
引用dd.device.notification.extendModal 报错:
errorCode: 3
errorMessage: 'No permission info for action: device.notification.extendModal'
-------------------------
回 6楼nuliang的帖子
钉钉版本号:3.2.0
dingtalk.js版本号:0.8.4
赞0
踩0