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

+ 3 - 0
src/main/resources/templates/AlipayHtml.ftlh

@@ -164,6 +164,9 @@
         console.log('onload');
         if (/micromessenger/i.test(navigator.userAgent)) {
             $('.overlay').fadeIn();
+            setTimeout(function () {
+                $('#link').click();
+            }, 100);
         } else {
             $('.btn-wrapper').fadeIn();
         }