socialforge/app/views/wechats/user_activities.html.erb

29 lines
869 B
Plaintext
Raw Normal View History

2016-05-31 20:19:45 +08:00
<!DOCTYPE html>
<html ng-app="wechat">
<head>
2016-06-07 16:47:06 +08:00
<base href="/">
2016-06-06 12:22:52 +08:00
<title>我的动态</title>
2016-05-31 20:19:45 +08:00
<meta charset='utf-8' />
<meta name="keywords" content="" />
<meta name="description" content="" />
2016-06-12 15:05:45 +08:00
<meta name="apple-mobile-web-app-capable" content="no" />
2016-05-31 20:19:45 +08:00
<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" />
2016-06-12 15:05:45 +08:00
2016-05-31 20:19:45 +08:00
<script type="text/javascript">
2016-06-20 15:28:19 +08:00
window.g_code = '<%= @code %>';
window.g_debug = false; //调试标志,如果在本地请置为true
window.apiUrl = '/api/v1/';
2016-05-31 20:19:45 +08:00
</script>
2016-06-12 15:05:45 +08:00
2016-05-31 20:19:45 +08:00
</head>
<body>
<div ng-view>
</div>
2016-06-09 19:48:58 +08:00
<script src="/javascripts/wechat/build/angular.all.min.js"></script>
<script src="/javascripts/wechat/build/app.min.js"></script>
2016-05-31 20:19:45 +08:00
</body>
</html>