Sfoglia il codice sorgente

fix:合作商跳转、布局优化

郭小北 2 anni fa
parent
commit
fc56e6340d

+ 4 - 1
tripartiteAuth/index.html

@@ -88,10 +88,13 @@
 							<span v-text="servAuth_dataMaps.subtitle">品牌提升</span>
 						</div>
 						<!-- 企业 认证选项 -->
-						<div class="iso_group_box center_group_box">
+						<!-- <div class="iso_group_box center_group_box">
 							<div class="iso_li txtsys_li" v-for="item in servAuth_dataMaps.auth_infoArr">
 								<span class="ft24 authname txtsys_li_name" v-text="item" v-if="item"></span>
 							</div>
+						</div> -->
+						<div class="authshow_group_box">
+
 						</div>
 						<!-- 立即咨询btn -->
 						<div class="j-button-box">

+ 10 - 0
tripartiteAuth/static/css/tripartiteAuth.css

@@ -212,6 +212,16 @@ body {
   background-size: 100% 100%;
 }
 
+#app .jy_authshow_group .authshow_group_box {
+  background-image: url('../image/authtxtbg.png');
+  /* padding: .67rem 0; */
+  height: 9.6rem;
+  width: 100%;
+  margin-top: .56rem;
+  margin-bottom: .20rem;
+  background-size: 100% 100%;
+}
+
 /* 服务流程 */
 #app .jy_servicepro_group {
   background-image: url('../image/serverimg.png');

BIN
tripartiteAuth/static/image/authtxtbg.png


BIN
tripartiteAuth/static/image/txauthBg_2.png


+ 1 - 1
tripartiteAuth/static/js/tripartiteAuth.js

@@ -232,7 +232,7 @@ var vmSol = new Vue({
       // window.location.href = `https://wx.jianyu360.cn/weixin/frontPage/bigmember/free/perfect_info_solution?source=certificateServices-${apporwx}-landingPage-${urlpathId}`
       window.location.href = `${
         this.isWeiXinBrowser ? '/weixin/frontPage' : '/jyapp/frontPage'
-      }/bigmember/free/perfect_info_solution?source=certificateServices-${apporwx}-landingPage-${urlpathId}`
+      }/bigmember/free/perfect_info_partner?source=certificateServices-${apporwx}-landingPage-${urlpathId}`
     },
     // 咨询客服
     gocustomer: function (urlpath) {