@@ -157,7 +157,7 @@ export default {
//展示文件
checkFile(url) {
if (
- url.split(".")[f.split(".").length - 1].toLocaleUpperCase() == "PDF"
+ url.split(".")[url.split(".").length - 1].toLocaleUpperCase() == "PDF"
) {
this.showFileUrl = url;
this.showFileType = 1;