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

35 lines
1.0 KiB
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-28 11:30:06 +08:00
<title>Trustie平台</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" />
2016-06-20 16:09:04 +08:00
<link type="text/css" rel="stylesheet" href="/stylesheets/weui/weui.min.css" />
2016-07-17 00:49:35 +08:00
<%= stylesheet_link_tag '/stylesheets/weui/weixin.css' %>
2016-06-12 15:05:45 +08:00
2016-05-31 20:19:45 +08:00
<script type="text/javascript">
window.g_debug = false; //调试标志,如果在本地请置为true
window.apiUrl = '/api/v1/';
window.g_redirect_path = '<%= @path %>';
2016-06-24 09:01:12 +08:00
<% if @course_id %>
window.g_courseid = <%= @course_id %>;
<% end %>
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-07-13 10:09:47 +08:00
<!--<script src="https://dn-demotest.qbox.me/angular.all.min.js"></script>-->
2016-07-15 14:49:23 +08:00
<script src="/javascripts/wechat/build/angular.all.min.js"></script>
2016-07-17 00:49:35 +08:00
<%= include_wechat_jsfile %>
2016-05-31 20:19:45 +08:00
</body>
2016-07-07 15:03:45 +08:00
</html>