Merge branch 'FCRS-743-【需求】关于金掌桂开发机构实时出单功能和动态贺报生成的请示' into dev-new

This commit is contained in:
dong.ai
2024-10-25 14:43:36 +08:00

View File

@@ -59,13 +59,12 @@ export default {
// 将 canvas 转换为 Blob
canvas.toBlob((blob) => {
this.blobToBase64(blob).then((base64String) => {
// let base64Manane = base64String.split(',')[1]
console.log(base64String)
EWebBridge.webCallAppInJs('bridge', {
flag: 'share',
extra: {
shareType: '1',
img: base64String
base64: base64String
}
})
})
@@ -202,4 +201,4 @@ img {
background: linear-gradient(to right, #f26e43, #ac0209) !important; /*设置按钮为渐变颜色*/
border: none !important;
}
</style>
</style>