|
|
|
@ -6,14 +6,15 @@
|
|
|
|
|
<meta charset='utf-8' />
|
|
|
|
|
<meta name="keywords" content="" />
|
|
|
|
|
<meta name="description" content="" />
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="no">
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="no" />
|
|
|
|
|
<meta content='True' name='HandheldFriendly' />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
|
|
|
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="/stylesheets/weui/weixin.css" />
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
window.g_openid = '<%= @wechat_user.openid %>';
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div ng-view>
|
|
|
|
|