Update invite-patient.vue

This commit is contained in:
huxuejian 2026-02-06 14:38:11 +08:00
parent 21a59da3d2
commit d90399e08a

View File

@ -148,7 +148,7 @@ async function saveImage(action = 'save') {
} }
}); });
} else if (action === 'share') { } else if (action === 'share') {
await wx.shareFileMessage({ wx.shareFileMessage({
filePath: res.tempFilePath, filePath: res.tempFilePath,
}) })
} }