Преглед на файлове

返回提交密码赋值’‘

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