You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

wx_autorize.tmpl 382 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415
  1. <!-- 头部导航栏 -->
  2. {{template "base/head" .}}
  3. <div class="alert" style="top: 0;"></div>
  4. <div class="repository release dataset-list view">
  5. {{template "repo/header" .}}
  6. {{template "base/alert" .}}
  7. <input id="WxAutorize-qrcode" type="hidden" value="{{.qrcode.Ticket}}">
  8. <div id="WxAutorize">
  9. </div>
  10. </div>
  11. </div>
  12. </div>
  13. </div>
  14. {{template "base/footer" .}}