Browse Source

路径调整

wangxy 2 months ago
parent
commit
534239ea96
2 changed files with 2 additions and 2 deletions
  1. 1 1
      components/listCard/kaoshiCard.vue
  2. 1 1
      pages/client/Kaoshi/list.vue

+ 1 - 1
components/listCard/kaoshiCard.vue

@@ -84,7 +84,7 @@
 	// 修改身份
 	function handleChangeIdentification() {
 		uni.navigateTo({
-			url:'/pages/client/my/info?from=shouye'
+			url:'/pages/client/my/myInfo?from=shouye'
 		})
 	}
 	

+ 1 - 1
pages/client/Kaoshi/list.vue

@@ -87,7 +87,7 @@
 	// 修改身份
 	function handleChangeIdentification() {
 		uni.navigateTo({
-			url:'/pages/client/my/info?from=kaoshiList'
+			url:'/pages/client/my/myInfo?from=kaoshiList'
 		})
 	}