xiongzhu 4 лет назад
Родитель
Сommit
6464d6837f
1 измененных файлов с 1 добавлено и 1 удалено
  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>