Commit 1e772a6c authored by Sixiang_Zzb's avatar Sixiang_Zzb

物业服务详情bug处理

parent bfb14c56
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
switch (playload.index) { switch (playload.index) {
case 21: case 21:
{ {
var tmp = resp.data.tosOwerModel; var tmp = resp.data.tosOwerModel || resp.data.tosOwnerRelationModel;
var tmp2 = resp.data; var tmp2 = resp.data;
console.log(resp); console.log(resp);
if (!tmp) { if (!tmp) {
......
...@@ -105,9 +105,9 @@ const CardDetail = (props: any) => { ...@@ -105,9 +105,9 @@ const CardDetail = (props: any) => {
<Row gutter={8} style={{ marginTop: 16 }}> <Row gutter={8} style={{ marginTop: 16 }}>
<Col>Owner Name:</Col> <Col>Owner Name:</Col>
<Col span={3}>{listData.community_owner}</Col> <Col span={3}>{onwerDetail.owerName}</Col>
<Col>Phone:</Col> <Col>Phone:</Col>
<Col>{listData.community_owner_phone}</Col> <Col>{onwerDetail.owerPhone}</Col>
</Row> </Row>
<Line></Line> <Line></Line>
<Row gutter={8} style={{ marginTop: 16 }}> <Row gutter={8} style={{ marginTop: 16 }}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment