提交 c65537c7 编写于 作者: Q qiang

chore: build

上级 4c96efe7
此差异已折叠。
此差异已折叠。
......@@ -1407,7 +1407,17 @@ const protocols = { // 需要做转换的 API 列表
result.errMsg = result.resultStatus;
}
}
};
};
// 钉钉小程序处理
if (!my.canIUse('saveImageToPhotosAlbum')) {
protocols.saveImageToPhotosAlbum = {
name: 'saveImage',
args: {
filePath: 'url'
}
};
}
const CALLBACKS = ['success', 'fail', 'cancel', 'complete'];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册