mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
6c353b4885
commit
ea1d35a46e
@ -286,13 +286,13 @@
|
|||||||
$that._goBack();
|
$that._goBack();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
vc.message(_json.msg);
|
vc.toast(_json.msg);
|
||||||
|
|
||||||
},
|
},
|
||||||
function (errInfo, error) {
|
function (errInfo, error) {
|
||||||
console.log('请求失败处理');
|
console.log('请求失败处理');
|
||||||
|
|
||||||
vc.message(errInfo);
|
vc.toast(errInfo);
|
||||||
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@ -145,7 +145,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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>
|
<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}}
|
{{room.roomName}}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
{{room.ownerName}}
|
{{room.roomId}}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
{{room.builtUpArea}}平方米
|
{{room.builtUpArea}}平方米
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user