|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<popup :title="title" @close="handleClose"> |
|
|
|
<template v-slot:cnt> |
|
|
|
<div class="m-info" v-if="detailType == '志愿者'"> |
|
|
|
<div class="m-info" v-if="detailType == 'volunteer'"> |
|
|
|
<div class="subtitle"> |
|
|
|
<i class="i-chunk"></i> |
|
|
|
基本信息 |
|
|
@ -48,7 +48,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="m-info" v-if="detailType == '社区自组织'"> |
|
|
|
<div class="m-info" v-if="detailType == 'community_org'"> |
|
|
|
<div class="subtitle"> |
|
|
|
<i class="i-chunk"></i> |
|
|
|
基本信息 |
|
|
@ -77,7 +77,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="m-info" v-if="detailType == '联建单位'"> |
|
|
|
<div class="m-info" v-if="detailType == 'party_unit'"> |
|
|
|
<div class="subtitle"> |
|
|
|
<i class="i-chunk"></i> |
|
|
|
基本信息 |
|
|
@ -257,7 +257,7 @@ export default { |
|
|
|
console.log('this.detailId', this.detailId); |
|
|
|
this.title = typeArr[this.detailType] + '详情'; |
|
|
|
if (this.detailType == 'volunteer') { |
|
|
|
url = 'resident_id'; |
|
|
|
url = 'resident_info'; |
|
|
|
queryParam.resident_id = this.detailId; |
|
|
|
mockId = 0; |
|
|
|
} else if (this.detailType == 'community_org') { |
|
|
|