const h = this.$createElement
this.$msgbox({
title: '提示',
message: h('p', null, [
h('p', null, 'YYYYYYYYYYYYY'),
h('p', null, '有问题请联系客服电话: XXXX-XXXXXXX')
]),
confirmButtonText: '确定',
type: 'warning',
showCancelButton: false,
showClose: false,
closeOnClickModal: false,
closeOnPressEscape: false
}).then(() => {
}).catch((e) => {
console.info(e)
})
手机扫一扫
移动阅读更方便
你可能感兴趣的文章