소스 검색

增加跳转路径

tanxue 2 일 전
부모
커밋
7828a657e7
2개의 변경된 파일8개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 1
      pages/admin/Jiazheng/jiazhengUserInfo.vue
  2. 2 2
      pages/admin/ShouYe/shouye.vue

+ 6 - 1
pages/admin/Jiazheng/jiazhengUserInfo.vue

@@ -64,7 +64,7 @@
 					<icon class="bottom-icon zl-icon"></icon>
 					<text class="bottom-text">资料编辑</text>
 				</view>
-				<view @click="goJiazhengManage">
+				<view @click="goHtBtn">
 					<icon class="bottom-icon ht-icon"></icon>
 					<text class="bottom-text">合同</text>
 				</view>
@@ -202,6 +202,11 @@
 				}
 
 			},
+			goHtBtn(){
+				uni.navigateTo({
+					url: `/pages/admin/Hetong/sanfangHetong?jzName=${this.jianliInfo.realName}&from=kehu`
+				})
+			},
 
 		}
 	}

+ 2 - 2
pages/admin/ShouYe/shouye.vue

@@ -303,8 +303,8 @@
 				}
 				break;
 			case 'sfht':
-			uni.redirectTo({
-				url: '/pages/admin/Hetong/sanfangHetong'
+			uni.navigateTo({
+				url: '/pages/admin/Hetong/sanfangHetong?from=shouye'
 			})
 			break;
 			case 'demo':