Browse Source

fix: app 微信端判断按钮遮挡

郭小北 2 years ago
parent
commit
bd20eebabd
2 changed files with 5 additions and 1 deletions
  1. 4 0
      tripartiteAuth/index.html
  2. 1 1
      tripartiteAuth/static/css/tripartiteAuth.css

+ 4 - 0
tripartiteAuth/index.html

@@ -149,6 +149,10 @@
 								<span>立即成为合作商</span>
 								<span>立即成为合作商</span>
 							</a>
 							</a>
 						</div>
 						</div>
+
+						<div class="j-button-box" v-if="!isWeiXinBrowser">
+							<!-- app端遮挡占位符 -->
+						</div>
 					</div>
 					</div>
 					<!-- === END ===-->
 					<!-- === END ===-->
 
 

+ 1 - 1
tripartiteAuth/static/css/tripartiteAuth.css

@@ -222,7 +222,7 @@ body {
 /* 合作入驻 */
 /* 合作入驻 */
 #app .jy_cooperprocess_group {
 #app .jy_cooperprocess_group {
   background-image: url('../image/cooper_processBg.jpg');
   background-image: url('../image/cooper_processBg.jpg');
-  height: 11.36rem;
+  /* height: 11.36rem; */
   margin-top: 0;
   margin-top: 0;
 }
 }