huanggang 7 роки тому
батько
коміт
a847870c4c

+ 1 - 0
data/resource/mobile/invite_friend/css/main.css

@@ -473,6 +473,7 @@ html {
     background: url("../images/logo.png") no-repeat;
     background-size: 100% 100%;
     margin-right: 20px;
+    margin-left: 50px;
 }
 .fixed_bottom .label {
     font-size: 24px;

+ 2 - 2
mobile/control/control.php

@@ -300,9 +300,9 @@ class mbMemberControl extends mobileControl
 
 function bonus_version()
 {
-    return "v=2017111701";
+    return "v=2017111702";
 }
 function shop_version()
 {
-    return "v=2017111701";
+    return "v=2017111702";
 }

+ 0 - 1
mobile/control/invite_friend.php

@@ -192,7 +192,6 @@ class tpl_invite_friend
         if(!session_helper::isapp())
         {
             echo "<div class=\"fixed_bottom\">
-                        <span class=\"fixed_close\" id=\"fixed_close\"></span>
                         <span class=\"logo\"></span>
                         <div class=\"label\">
                             <p>熊猫美妆</p>

+ 0 - 11
mobile/templates/default/invite_friend/invite.php

@@ -109,17 +109,6 @@
                 window.location.href=grab_url;
             },300);
         });
-        document.getElementById('fixed_close').addEventListener('touchend',function(e){
-            e.preventDefault();
-            document.getElementsByClassName('fixed_bottom')[0].style.display = 'none';
-            document.getElementsByClassName('container')[0].setAttribute('style','padding-bottom:20px');
-            if(document.getElementsByClassName('open_bouns_link').length <= 0) {
-                document.getElementsByClassName('bonus_content')[0].setAttribute('style','background-color:#fff');
-            }
-            else {
-                document.getElementsByClassName('bonus_content')[0].setAttribute('style','background-color:#ec354e');
-            }
-        });
     }
 </script>
 <script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js?<?php echo bonus_version(); ?>"></script>