未验证 提交 ecd8fcc1 编写于 作者: Y Ymm 提交者: GitHub

fix: signature 交互优化 (#2107)

上级 19615db8
......@@ -142,10 +142,8 @@ export default create({
}
const _canvas = isCanvasBlank(canvas) ? '请绘制签名' : canvas;
const _filePath = isCanvasBlank(canvas) ? '' : dataurl;
clear();
emit('confirm', _canvas, _filePath);
// clear();
// emit('confirm', canvas, dataurl);
clear();
};
onMounted(() => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册