提交 3a28d12d 作者: 方治民

fix: 修复 Message.confirm 真机模式下 confirmText 参数未生效问题

上级 d920082d
...@@ -68,7 +68,7 @@ export const Message = { ...@@ -68,7 +68,7 @@ export const Message = {
// #ifdef APP-PLUS // #ifdef APP-PLUS
plus.nativeUI.confirm(content, ({ index }) => resolve(index === 0), { plus.nativeUI.confirm(content, ({ index }) => resolve(index === 0), {
title, title,
buttons: ['确认', '取消'], buttons: [confirmText, '取消'],
verticalAlign: 'center', verticalAlign: 'center',
}) })
// #endif // #endif
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论