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>
|
<script>
|
||||||
import noDataPage from '../../components/no-data-page/no-data-page.vue';
|
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';
|
import conf from '../../conf/config.js';
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@ -95,11 +98,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
|
this.noFace = conf.commonBaseUrl + "/img/noPhoto.jpg";
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this._queryOwner();
|
this._queryOwner();
|
||||||
this.noFace = conf.commonBaseUrl+"/img/noPhoto.jpg";
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
_queryOwner: function() {
|
_queryOwner: function() {
|
||||||
@ -197,6 +199,7 @@
|
|||||||
.item {
|
.item {
|
||||||
//width: 50%;
|
//width: 50%;
|
||||||
margin-top: 20upx;
|
margin-top: 20upx;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
width: 180upx;
|
width: 180upx;
|
||||||
height: 180upx;
|
height: 180upx;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user