修改ActionSheet弹窗
这个提交包含在:
父节点
b79dff2535
当前提交
cc73119a32
@ -233,7 +233,7 @@ export class ToolsHelper {
|
|||||||
} else {
|
} else {
|
||||||
const dialogTag = ToolsHelper.getUuid()
|
const dialogTag = ToolsHelper.getUuid()
|
||||||
promptAction.openCustomDialog({
|
promptAction.openCustomDialog({
|
||||||
alignment: 1,
|
alignment: DialogAlignment.Bottom,
|
||||||
builder: customDialogBuilder.bind(p, options, dialogTag)
|
builder: customDialogBuilder.bind(p, options, dialogTag)
|
||||||
}).then((dialogId: number) => {
|
}).then((dialogId: number) => {
|
||||||
ToolsHelper.mapDialog.set(dialogTag, dialogId)
|
ToolsHelper.mapDialog.set(dialogTag, dialogId)
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户