浏览代码

返回提交密码赋值’‘

baijunde 7 月之前
父节点
当前提交
032aafbee4
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      pages/index/applypartner.vue
  2. 1 0
      pages/index/applystudio.vue
  3. 1 0
      pages/index/applyteam.vue

+ 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({