使用 (messagebox)
this.$messagebox.show({title:’您的标题’,describe:’您的描述’},options)
选项参数
[cc lang=”js”]
options: {
buttonName: [], //button name (length<=2)
buttonColor: [], //button color (length<=2)
buttonBgcolor: [], //button background (length<=2)
bgColor: '', //messagebox background
cb: function() { //click right button callback(点击右键的回掉函数) }
}
[/cc]