Commit 1e772a6c authored by Sixiang_Zzb's avatar Sixiang_Zzb

物业服务详情bug处理

parent bfb14c56
......@@ -71,7 +71,7 @@ export default {
switch (playload.index) {
case 21:
{
var tmp = resp.data.tosOwerModel;
var tmp = resp.data.tosOwerModel || resp.data.tosOwnerRelationModel;
var tmp2 = resp.data;
console.log(resp);
if (!tmp) {
......
......@@ -105,9 +105,9 @@ const CardDetail = (props: any) => {
<Row gutter={8} style={{ marginTop: 16 }}>
<Col>Owner Name:</Col>
<Col span={3}>{listData.community_owner}</Col>
<Col span={3}>{onwerDetail.owerName}</Col>
<Col>Phone:</Col>
<Col>{listData.community_owner_phone}</Col>
<Col>{onwerDetail.owerPhone}</Col>
</Row>
<Line></Line>
<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