瀏覽代碼

注册时点击与跳转

wgl 4 年之前
父節點
當前提交
57e4781699

+ 1 - 1
config/project.js

@@ -1 +1 @@
-exports.name = 'business'
+exports.name = 'home'

+ 2 - 2
src/projects/home/views/Register/Business/Step2.vue

@@ -51,8 +51,8 @@
 		<!--搜索结果的状态-->
 		<div v-show="showType=='search'" class="mui-content vongi-xzdw" style="padding-top: 0;">
 			<ul class="mui-table-view vongi-xzyljg">
-				<li class="mui-table-view-cell mui-media">
-					<a @click="clickSearchCompany(item)" v-for="(item,index) in searchCompanyList" v-text="item.name">
+				<li v-for="(item,index) in searchCompanyList" class="mui-table-view-cell mui-media">
+					<a @click="clickSearchCompany(item)" v-text="item.name">
 
 					</a>
 				</li>

+ 2 - 1
src/projects/home/views/Register/Business/Step4.vue

@@ -204,7 +204,8 @@
 
 						mui.toast('提交成功,等待审核中');
 						this.$router.push({
-							name: 'UserLogin'
+							name: 'UserLogin',
+							project: 'business'
 						})
 
 					}).catch(error => {

+ 2 - 1
src/projects/home/views/Register/Pension/Step4.vue

@@ -212,7 +212,8 @@
 
 						mui.toast('提交成功,等待审核中');
 						this.$router.push({
-							name: 'UserLogin'
+							name: 'UserLogin',
+							project: 'pension'
 						})
 
 					}).catch(error => {

+ 1 - 1
src/projects/home/views/Register/Pension/step2.vue

@@ -20,7 +20,7 @@
 			<ul class="mui-table-view vongi-xzyljg">
 				<li v-for="(item,index) in searchCompanyList" class="mui-table-view-cell mui-media">
 					<a @click="clickSearchCompany(item)" v-text="item.name">
-
+				
 					</a>
 				</li>
 			</ul>

+ 3 - 3
src/projects/home/views/Register/Pension/step2_4.vue

@@ -52,9 +52,9 @@
 		<!--搜索结果的状态-->
 		<div v-show="showType=='search'" class="mui-content vongi-xzdw" style="padding-top: 0;">
 			<ul class="mui-table-view vongi-xzyljg">
-				<li class="mui-table-view-cell mui-media">
-					<a @click="clickSearchCompany(item)" v-for="(item,index) in searchCompanyList" v-text="item.name">
-
+				<li v-for="(item,index) in searchCompanyList" class="mui-table-view-cell mui-media">
+					<a @click="clickSearchCompany(item)" v-text="item.name">
+				
 					</a>
 				</li>
 			</ul>

+ 3 - 3
src/projects/home/views/Register/Residence/Step2.vue

@@ -52,9 +52,9 @@
 		<!--搜索结果的状态-->
 		<div v-show="showType=='search'" class="mui-content vongi-xzdw" style="padding-top: 0;">
 			<ul class="mui-table-view vongi-xzyljg">
-				<li class="mui-table-view-cell mui-media">
-					<a @click="clickSearchCompany(item)" v-for="(item,index) in searchCompanyList" v-text="item.name">
-
+				<li v-for="(item,index) in searchCompanyList" class="mui-table-view-cell mui-media">
+					<a @click="clickSearchCompany(item)" v-text="item.name">
+				
 					</a>
 				</li>
 			</ul>

+ 2 - 1
src/projects/home/views/Register/Residence/Step4.vue

@@ -199,7 +199,8 @@
 
 						mui.toast('提交成功,等待审核中');
 						this.$router.push({
-							name: 'UserLogin'
+							name: 'UserLogin',
+							project: 'residence'
 						})
 
 					}).catch(error => {