| 123456789101112131415161718192021222324252627282930 | 
							- <html lang="zh-CN">
 
- <head>
 
- 	<title>test share</title>
 
- 	<script src="../js/lib/jquery.min.js" ></script>
 
- 	<script src="../js/share/weixin.js" ></script>
 
- 	<script src="../js/dever.js" ></script>
 
- </head>
 
- <body>
 
- <a>分享</a>
 
- </body>
 
- <script>
 
- $(function()
 
- {
 
- 	var uid = -1;
 
- 	var project = 7;
 
- 	var url = 'http://192.168.33.10/wechat/share/?api.';
 
- 	var param = {
 
- 		title : '大家好',
 
-         img : 'https://www.baidu.com/img/superlogo_c4d7df0a003d3db9b65e9ef0fe6da1ec.png?where=super',
 
-         desc : '大家好',
 
-         url : location.href,
 
- 	};
 
- 	var button = false;
 
- 	Dever.Share().Init(uid, project, url, param, button);
 
- })
 
- </script>
 
- </html>
 
 
  |