@@ -260,7 +260,7 @@ PAI2_TOURGUIDE_DOWNLOAD_ADR_PAGE_PATH = os.path.join(BASE_DIR, 'page/templates/p  | 
            ||
| 260 | 260 | 
                 PAI2_TOURGUIDE_DOWNLOAD_IOS_PAGE_PATH = os.path.join(BASE_DIR, 'page/templates/page/pai2_tourguide_ios_download.html').replace('\\', '/')
               | 
            
| 261 | 261 | 
                 | 
            
| 262 | 262 | 
                # 下载设置  | 
            
| 263 | 
                -PAI2_USER_DOWNLOAD_WX_URL = 'https://pai.ai'  | 
            |
| 263 | 
                +PAI2_USER_DOWNLOAD_WX_URL = 'https://a.app.qq.com/o/simple.jsp?pkgname=ai.pai.client'  | 
            |
| 264 | 264 | 
                PAI2_USER_DOWNLOAD_IOS_URL = 'https://itunes.apple.com/cn/app/pai-aipaiai/id1163960351?mt=8'  | 
            
| 265 | 265 | 
                 | 
            
| 266 | 266 | 
                PAI2_LENSMAN_DOWNLOAD_WX_URL = 'https://pai.ai'  | 
            
                @@ -19,7 +19,7 @@  | 
            ||
| 19 | 19 | 
                             .pai2_desc {height:45px;padding:5px 0 0 5px;float:left}
               | 
            
| 20 | 20 | 
                             .pai2_name {padding-top:2px;font-size:14px;text-align:left}
               | 
            
| 21 | 21 | 
                             .pai2_des {padding-top:2px;font-size:12px;line-height:23px;color:#8f8f8f;text-align:left}
               | 
            
| 22 | 
                -            .pai2_download {position:relative;top:5px;width:100px;height:35px;line-height:35px;text-align:center;background:#d13621;color:#fff;border-radius:5px;float:right}
               | 
            |
| 22 | 
                +            .pai2_download {position:relative;top:5px;width:100px;height:35px;line-height:35px;text-align:center;background:#d13621;color:#fff;border-radius:5px;float:right;text-decoration:none}
               | 
            |
| 23 | 23 | 
                /* For PC */  | 
            
| 24 | 24 | 
                             body, .download_section {
               | 
            
| 25 | 25 | 
                max-width: 414px !important;  | 
            
                @@ -42,7 +42,7 @@  | 
            ||
| 42 | 42 | 
                <div class="pai2_name">拍爱</div>  | 
            
| 43 | 43 | 
                <div class="pai2_des">即拍即分享</div>  | 
            
| 44 | 44 | 
                </div>  | 
            
| 45 | 
                - <div id="pai2_download" class="pai2_download">立即下载</div>  | 
            |
| 45 | 
                + <a href="https://api.pai.ai/op/download" id="pai2_download" class="pai2_download">立即下载</a>  | 
            |
| 46 | 46 | 
                </div>  | 
            
| 47 | 47 | 
                 | 
            
| 48 | 48 | 
                <script type="text/javascript" src="http://cdn.bootcss.com/zepto/1.1.6/zepto.min.js"></script>  | 
            
                @@ -19,7 +19,7 @@  | 
            ||
| 19 | 19 | 
                             .pai2_desc {height:45px;padding:5px 0 0 5px;float:left}
               | 
            
| 20 | 20 | 
                             .pai2_name {padding-top:2px;font-size:14px;text-align:left}
               | 
            
| 21 | 21 | 
                             .pai2_des {padding-top:2px;font-size:12px;line-height:23px;color:#8f8f8f;text-align:left}
               | 
            
| 22 | 
                -            .pai2_download {position:relative;top:5px;width:100px;height:35px;line-height:35px;text-align:center;background:#d13621;color:#fff;border-radius:5px;float:right}
               | 
            |
| 22 | 
                +            .pai2_download {position:relative;top:5px;width:100px;height:35px;line-height:35px;text-align:center;background:#d13621;color:#fff;border-radius:5px;float:right;text-decoration:none}
               | 
            |
| 23 | 23 | 
                /* For PC */  | 
            
| 24 | 24 | 
                             body, .download_section {
               | 
            
| 25 | 25 | 
                max-width: 414px !important;  | 
            
                @@ -44,7 +44,7 @@  | 
            ||
| 44 | 44 | 
                <div class="pai2_name">拍爱</div>  | 
            
| 45 | 45 | 
                <div class="pai2_des">即拍即分享</div>  | 
            
| 46 | 46 | 
                </div>  | 
            
| 47 | 
                - <div id="pai2_download" class="pai2_download">立即下载</div>  | 
            |
| 47 | 
                + <a href="https://api.pai.ai/op/download" id="pai2_download" class="pai2_download">立即下载</a>  | 
            |
| 48 | 48 | 
                </div>  | 
            
| 49 | 49 | 
                 | 
            
| 50 | 50 | 
                <script type="text/javascript" src="http://cdn.bootcss.com/zepto/1.1.6/zepto.min.js"></script>  |