Browse Source

微信h5支付

xiongzhu 4 years ago
parent
commit
6464d6837f
1 changed files with 1 additions and 1 deletions
  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>