Blame view

index.html 465 Bytes
e7874705   liuqimichale   init
1
2
3
4
5
6
  <!DOCTYPE html>
  <html>
    <head>
      <meta charset="utf-8">
      <meta name="google" content="notranslate">
      <meta name="viewport" content="width=device-width,initial-scale=1.0">
434c76c7   刘淇   天水一键补缴
7
8
9
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
  
e7874705   liuqimichale   init
10
11
12
13
14
15
16
      <title>小票码扫码支付</title>
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
  </html>