菜单更新
This commit is contained in:
parent
07760bcfca
commit
cbc4f2f6fd
|
@ -6,14 +6,15 @@
|
||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<meta name="keywords" content="" />
|
<meta name="keywords" content="" />
|
||||||
<meta name="description" 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 content='True' name='HandheldFriendly' />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
<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" />
|
<link type="text/css" rel="stylesheet" href="/stylesheets/weui/weixin.css" />
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
window.g_openid = '<%= @wechat_user.openid %>';
|
window.g_openid = '<%= @wechat_user.openid %>';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div ng-view>
|
<div ng-view>
|
||||||
|
|
|
@ -4,17 +4,33 @@ button:
|
||||||
name: "我的动态"
|
name: "我的动态"
|
||||||
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf694495398c7d470&redirect_uri=http://wechat.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=123#wechat_redirect"
|
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf694495398c7d470&redirect_uri=http://wechat.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=123#wechat_redirect"
|
||||||
-
|
-
|
||||||
type: "click"
|
name: "我的课程"
|
||||||
name: "意见反馈"
|
sub_button:
|
||||||
key: "FEEDBACK"
|
-
|
||||||
|
type: "view"
|
||||||
|
name: "课程"
|
||||||
|
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf694495398c7d470&redirect_uri=http://wechat.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=123#wechat_redirect"
|
||||||
|
-
|
||||||
|
type: "view"
|
||||||
|
name: "资源"
|
||||||
|
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf694495398c7d470&redirect_uri=http://wechat.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=123#wechat_redirect"
|
||||||
|
|
||||||
-
|
-
|
||||||
name: "更多"
|
name: "更多"
|
||||||
sub_button:
|
sub_button:
|
||||||
-
|
-
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "进入网站"
|
name: "加入班级"
|
||||||
url: "https://www.trustie.net/"
|
url: "https://www.trustie.net/"
|
||||||
-
|
-
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "使用手册"
|
name: "点名"
|
||||||
url: "https://www.trustie.net/organizations/1/downloads"
|
url: "https://www.trustie.net/organizations/1/downloads"
|
||||||
|
-
|
||||||
|
type: "click"
|
||||||
|
name: "反馈"
|
||||||
|
key: "FEEDBACK"
|
||||||
|
-
|
||||||
|
type: "view"
|
||||||
|
name: "历史推文"
|
||||||
|
url: "http://mp.weixin.qq.com/mp/getmasssendmsg?__biz=MzIwOTM2NDkxMA==#wechat_webview_type=1&wechat_redirect"
|
||||||
|
|
Loading…
Reference in New Issue