xcx/robePages/incomingIndex/detail.vue
@@ -189,7 +189,7 @@ this.applyRecord = res.data.applyRecord; this.formRegister = res.data.reginfo; this.$set(this.formRegister, 'photoUrl', res.data.reginfo.photoUrl ? `https://pipe.thhy-tj.com/${res.data.reginfo.photoUrl}` : ''); `https://szpipe.thhy-tj.com/${res.data.reginfo.photoUrl}` : ''); this.$set(this.formRegister, 'sex', res.data.reginfo.sex == 0 ? '男' : '女'); } })