diff --git a/showPhotos/images/qr-code-prod.jpg b/showPhotos/images/qr-code-prod.jpg
new file mode 100644
index 0000000..773f2a2
Binary files /dev/null and b/showPhotos/images/qr-code-prod.jpg differ
diff --git a/showPhotos/index.html b/showPhotos/index.html
index b97cb44..7e1d7f1 100644
--- a/showPhotos/index.html
+++ b/showPhotos/index.html
@@ -43,6 +43,36 @@
 <!-- th:text="${page}" -->
 <body>
     
+    <section id="html-container-attention" style="">
+        <div>
+            <div class="c-modal-wrap">
+                <div class="mshe-mask"></div> 
+                <div class="c-modal">
+                    <div class="modal-dialog">
+                        <div c_type="dialog" c_typename="dialog_playerVote1" class="modal-content" style="background: rgb(255, 255, 255);">
+                            <div class="modal-header">
+                                <img src="http://qnfile.icareyou.net/363a344aa7424d219a5fc86eff7265751561343712294.jpg" class="header-pic">
+                            </div> 
+                            <div class="modal-body">
+                                <div>
+                                    <img src="./images/qr-code-prod.jpg" alt="" style="width: 100%;">
+                                </div>
+                                <a href="javascript:;" class="goon-vote">
+                                    <img src="http://qnfile.icareyou.net/b495c42fc4f94a25a9c681f06b984e131561343752810.jpg">
+                                </a> 
+                                <a href="javascript:;" class="goon-vote">
+                                    <img src="http://qnfile.icareyou.net/ac0cc587263c4656b535c1c8801a94be1561343770180.jpg">
+                                </a>
+                            </div> 
+                            <div class="modal-close">
+                                <img src="http://qnfile.icareyou.net/ddae57885c424abdb13d37c78038c6a01561343787282.jpg">
+                            </div>
+                        </div>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </section>
 </body>
 <script type="text/javascript" src="https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/js/page/common.js"></script>
 <script type="text/javascript" src="https://space-api.check.icaremgt.com/ACTIVITY/gitlab-static?url=http://gitlab.icaremgt.com/tanxinyu/h5_activity/raw/master/showPhotos/js/page/index.js"></script>
diff --git a/showPhotos/js/page/common.js b/showPhotos/js/page/common.js
index c555e3e..8190117 100644
--- a/showPhotos/js/page/common.js
+++ b/showPhotos/js/page/common.js
@@ -39,9 +39,9 @@ function transPage(_pageNumber, _activityCode, _token, _addParam) {
   var _urlParam = location.search;
 
   if (typeof _urlParam !== 'undefined' && _urlParam !== '') {
-      url = "/ACTIVITY/view/" + _pageNumber + "/" + _activityCode + _urlParam + (_addParam !== undefined ? ('&' + _addParam) : '');
+      url = "/ACTIVITY/view/" + _activityCode + "/" + _pageNumber + _urlParam + (_addParam !== undefined ? ('&' + _addParam) : '');
   } else {
-      url = "/ACTIVITY/view/" + _pageNumber + "/" + _activityCode + (_addParam !== undefined ? ('?' + _addParam) : '');
+      url = "/ACTIVITY/view/" + _activityCode + "/" + _pageNumber + (_addParam !== undefined ? ('?' + _addParam) : '');
   }
 
   var _form = document.createElement('form');