소스 검색

Merge branch 'liuzj-1000975-dev' into test

liuzejian 1 년 전
부모
커밋
2d9e275dd7
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      resources/views/wechat/openPlatform/preauth.blade.php

+ 5 - 0
resources/views/wechat/openPlatform/preauth.blade.php

@@ -1,3 +1,8 @@
 <h1>
     点击跳转, 正在跳转 : <a href="{{ $url }}">{{ $url }}</a>
 </h1>
+<script>
+    setTimeout(function () {
+        window.open("{{ $url }}")
+    }, 500)
+</script>