mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-12 10:00:57 +08:00
设置最大限制
This commit is contained in:
parent
d81e0d9b09
commit
b44e2b509e
@ -80,7 +80,10 @@
|
||||
|
||||
<script>
|
||||
import noDataPage from '../../components/no-data-page/no-data-page.vue';
|
||||
import {queryOwnerAndMembers,deleteOwner} from '../../api/owner/owner.js';
|
||||
import {
|
||||
queryOwnerAndMembers,
|
||||
deleteOwner
|
||||
} from '../../api/owner/owner.js';
|
||||
import conf from '../../conf/config.js';
|
||||
export default {
|
||||
data() {
|
||||
@ -95,11 +98,10 @@
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
this.noFace = conf.commonBaseUrl + "/img/noPhoto.jpg";
|
||||
},
|
||||
onShow() {
|
||||
this._queryOwner();
|
||||
this.noFace = conf.commonBaseUrl+"/img/noPhoto.jpg";
|
||||
},
|
||||
methods: {
|
||||
_queryOwner: function() {
|
||||
@ -197,6 +199,7 @@
|
||||
.item {
|
||||
//width: 50%;
|
||||
margin-top: 20upx;
|
||||
|
||||
image {
|
||||
width: 180upx;
|
||||
height: 180upx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user