gjy 3 년 전
부모
커밋
7d8206ac22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/user/user.vue

+ 1 - 1
pages/user/user.vue

@@ -308,7 +308,7 @@
 					}
 				})
 				if(!uni.getStorageSync('compName')){
-					this.$api.doRequest('get', '/openServiceInfo/selectCommonCompany', {
+					this.$api.doRequest('get', '/commonUser/getCompOwn', {
 				phone: this.userInfo.phone
 			}).then(res => {
 						if (res.data.data) {