| @@ -32,10 +32,6 @@ def wx_order_create_api(request): | ||
| 32 | 32 | :param request: | 
| 33 | 33 | :return: | 
| 34 | 34 | """ | 
| 35 | -    # from_uid = request.POST.get('from_uid', '') | |
| 36 | -    # to_lid = request.POST.get('to_lid', '') | |
| 37 | -    # to_uid = request.POST.get('to_uid', '') | |
| 38 | - | |
| 39 | 35 |      group_id = request.POST.get('group_id', '') | 
| 40 | 36 |      user_id = request.POST.get('user_id', '') | 
| 41 | 37 |      photo_id = request.POST.get('photo_id', '') | 
| @@ -5,6 +5,7 @@ | ||
| 5 | 5 | <head> | 
| 6 | 6 | <meta charset="UTF-8"> | 
| 7 | 7 | <title>拍爱 PAI.AI 关于我们</title> | 
| 8 | +<meta name="keywords" content="摄影 图片 影像 分享 交流 社交 交友 摄影师 女性 孩子 亲子 旅行 旅游 约拍 iphone android app" /> | |
| 8 | 9 |  <link href="{% static 'website/css/layout.css' %}" rel="stylesheet" type="text/css" /> | 
| 9 | 10 |  <script type="text/javascript" src="{% static 'website/js/jquery.min.js' %}"></script> | 
| 10 | 11 | </head> | 
| @@ -16,6 +17,7 @@ | ||
| 16 | 17 | <div class="navigation"> | 
| 17 | 18 |  			<a href="{%  url 'pai2_contactus' %}" target="_self" >联系我们</a> | 
| 18 | 19 |  			<a href="{%  url 'pai2_joinus' %}" target="_self" >加入拍爱</a> | 
| 20 | +            <a href="{%  url 'pai2_aboutus' %}" target="_self" class="current" >关于我们</a> | |
| 19 | 21 |  			<a href="{%  url 'pai2_home' %}" target="_self" >首页</a> | 
| 20 | 22 | </div> | 
| 21 | 23 | </div> | 
| @@ -5,6 +5,7 @@ | ||
| 5 | 5 | <head> | 
| 6 | 6 | <meta charset="UTF-8"> | 
| 7 | 7 | <title>拍爱 PAI.AI 联系我们</title> | 
| 8 | +<meta name="keywords" content="摄影 图片 影像 分享 交流 社交 交友 摄影师 女性 孩子 亲子 旅行 旅游 约拍 iphone android app" /> | |
| 8 | 9 |  <link href="{% static 'website/css/layout.css' %}" rel="stylesheet" type="text/css" /> | 
| 9 | 10 |  <script type="text/javascript" src="{% static 'website/js/jquery.min.js' %}"></script> | 
| 10 | 11 | <style> | 
| @@ -23,6 +24,7 @@ | ||
| 23 | 24 | <div class="navigation"> | 
| 24 | 25 |  			<a href="{%  url 'pai2_contactus' %}" target="_self" class="current">联系我们</a> | 
| 25 | 26 |  			<a href="{%  url 'pai2_joinus' %}" target="_self" >加入拍爱</a> | 
| 27 | +            <a href="{%  url 'pai2_aboutus' %}" target="_self" >关于我们</a> | |
| 26 | 28 |  			<a href="{%  url 'pai2_home' %}" target="_self" >首页</a> | 
| 27 | 29 | </div> | 
| 28 | 30 | </div> | 
| @@ -5,6 +5,7 @@ | ||
| 5 | 5 | <head> | 
| 6 | 6 | <meta charset="UTF-8"> | 
| 7 | 7 | <title>拍爱 PAI.AI 首页</title> | 
| 8 | +<meta name="keywords" content="摄影 图片 影像 分享 交流 社交 交友 摄影师 女性 孩子 亲子 旅行 旅游 约拍 iphone android app" /> | |
| 8 | 9 |  <link href="{% static 'website/css/layout.css' %}" rel="stylesheet" type="text/css" /> | 
| 9 | 10 |  <script type="text/javascript" src="{% static 'website/js/jquery.min.js' %}"></script> | 
| 10 | 11 | </head> | 
| @@ -16,6 +17,7 @@ | ||
| 16 | 17 | <div class="navigation"> | 
| 17 | 18 |  			<a href="{%  url 'pai2_contactus' %}" target="_self" >联系我们</a> | 
| 18 | 19 |  			<a href="{%  url 'pai2_joinus' %}" target="_self" >加入拍爱</a> | 
| 20 | +            <a href="{%  url 'pai2_aboutus' %}" target="_self" >关于我们</a> | |
| 19 | 21 |  			<a href="{%  url 'pai2_home' %}" target="_self" class="current" >首页</a> | 
| 20 | 22 | </div> | 
| 21 | 23 | </div> | 
| @@ -5,6 +5,7 @@ | ||
| 5 | 5 | <head> | 
| 6 | 6 | <meta charset="UTF-8"> | 
| 7 | 7 | <title>拍爱 PAI.AI 加入拍爱</title> | 
| 8 | +<meta name="keywords" content="摄影 图片 影像 分享 交流 社交 交友 摄影师 女性 孩子 亲子 旅行 旅游 约拍 iphone android app" /> | |
| 8 | 9 |  <link href="{% static 'website/css/layout.css' %}" rel="stylesheet" type="text/css" /> | 
| 9 | 10 |  <script type="text/javascript" src="{% static 'website/js/jquery.min.js' %}"></script> | 
| 10 | 11 | </head> | 
| @@ -16,6 +17,7 @@ | ||
| 16 | 17 | <div class="navigation"> | 
| 17 | 18 |  			<a href="{%  url 'pai2_contactus' %}" target="_self" >联系我们</a> | 
| 18 | 19 |  			<a href="{%  url 'pai2_joinus' %}" target="_self" class="current" >加入拍爱</a> | 
| 20 | +            <a href="{%  url 'pai2_aboutus' %}" target="_self" >关于我们</a> | |
| 19 | 21 |  			<a href="{%  url 'pai2_home' %}" target="_self" >首页</a> | 
| 20 | 22 | </div> | 
| 21 | 23 | </div> | 
| @@ -5,6 +5,7 @@ | ||
| 5 | 5 | <head> | 
| 6 | 6 | <meta charset="UTF-8"> | 
| 7 | 7 | <title>拍爱 PAI.AI 服务条款</title> | 
| 8 | +<meta name="keywords" content="摄影 图片 影像 分享 交流 社交 交友 摄影师 女性 孩子 亲子 旅行 旅游 约拍 iphone android app" /> | |
| 8 | 9 |  <link href="{% static 'website/css/layout.css' %}" rel="stylesheet" type="text/css" /> | 
| 9 | 10 |  <script type="text/javascript" src="{% static 'website/js/jquery.min.js' %}"></script> | 
| 10 | 11 |  <style>div {line-height:150%;}</style> | 
| @@ -16,7 +17,8 @@ | ||
| 16 | 17 |  	    <a href="{%  url 'pai2_home' %}" target="_self" class="logo"></a> | 
| 17 | 18 | <div class="navigation"> | 
| 18 | 19 |  			<a href="{%  url 'pai2_contactus' %}" target="_self" >联系我们</a> | 
| 19 | -			<a href="{%  url 'pai2_joinus' %}" target="_self" class="current" >加入拍爱</a> | |
| 20 | +			<a href="{%  url 'pai2_joinus' %}" target="_self" >加入拍爱</a> | |
| 21 | +            <a href="{%  url 'pai2_aboutus' %}" target="_self" >关于我们</a> | |
| 20 | 22 |  			<a href="{%  url 'pai2_home' %}" target="_self" >首页</a> | 
| 21 | 23 | </div> | 
| 22 | 24 | </div> |