优化代码

This commit is contained in:
java110 2021-05-16 18:50:36 +08:00
parent 6c353b4885
commit ea1d35a46e
2 changed files with 4 additions and 4 deletions

View File

@ -286,13 +286,13 @@
$that._goBack();
return;
}
vc.message(_json.msg);
vc.toast(_json.msg);
},
function (errInfo, error) {
console.log('请求失败处理');
vc.message(errInfo);
vc.toast(errInfo);
});
},

View File

@ -145,7 +145,7 @@
<thead>
<tr>
<th data-hide="phone" class="text-center">房屋</th>
<th data-hide="phone" class="text-center">业主</th>
<th data-hide="phone" class="text-center">房屋编号</th>
<th data-hide="phone" class="text-center">建筑面积</th>
<!-- <th data-hide="phone" class="text-center">房屋状态</th> -->
@ -158,7 +158,7 @@
{{room.roomName}}
</td>
<td class="text-center">
{{room.ownerName}}
{{room.roomId}}
</td>
<td class="text-center">
{{room.builtUpArea}}平方米