mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
6c353b4885
commit
ea1d35a46e
@ -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);
|
||||
|
||||
});
|
||||
},
|
||||
|
||||
@ -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}}平方米
|
||||
|
||||
Loading…
Reference in New Issue
Block a user