xiongzhu vor 4 Jahren
Ursprung
Commit
6464d6837f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main/resources/templates/WeixinPayHtml.ftlh

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

@@ -55,7 +55,7 @@
         </#if>
     </div>
 </#if>
-<#if !weixin && form??>
+<#if !weixin && payUrl??>
     <script>
         window.location = "${payUrl?no_esc}";
     </script>