Răsfoiți Sursa

返回提交密码赋值’‘

baijunde 7 luni în urmă
părinte
comite
032aafbee4

+ 1 - 0
pages/index/applypartner.vue

@@ -153,6 +153,7 @@
 			this.$http.get('/user/' +e.id).then(res=>{
 				if(res.code==200){
 					this.personData={...res.data.sysUser,esmUserImageVo:[]}
+					this.personData.password = ''
 				}
 				else{
 					uni.showModal({

+ 1 - 0
pages/index/applystudio.vue

@@ -194,6 +194,7 @@
 			this.$http.get('/user/' +e.id).then(res=>{
 				if(res.code==200){
 					this.personData={...res.data.sysUser,esmUserImageVo:[]}
+					this.personData.password = ''
 				}
 				else{
 					uni.showModal({

+ 1 - 0
pages/index/applyteam.vue

@@ -150,6 +150,7 @@
 			this.$http.get('/user/' +e.id).then(res=>{
 				if(res.code==200){
 					this.personData={...res.data.sysUser,esmUserImageVo:[]}
+					this.personData.password = ''
 				}
 				else{
 					uni.showModal({