xiongzhu 4 years ago
parent
commit
5cc17e19e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/AlipayHtml.ftlh

+ 1 - 1
src/main/resources/templates/AlipayHtml.ftlh

@@ -167,7 +167,7 @@
         } else {
             $('.btn-wrapper').fadeIn();
             setTimeout(function () {
-                $('#link').click();
+                $('#link')[0].click();
             }, 100);
         }
     }