按操作写代码总是调不通
const printPdf = uni.requireNativePlugin('YanYu-PrintPDF');
var filePath = res.savedFilePath; //pdf文件所在路径
printPdf.managerPrint(filePath);
TypeError: Cannot read property 'managerPrint' of undefined
按操作写代码总是调不通
const printPdf = uni.requireNativePlugin('YanYu-PrintPDF');
var filePath = res.savedFilePath; //pdf文件所在路径
printPdf.managerPrint(filePath);
TypeError: Cannot read property 'managerPrint' of undefined