设置最大限制

This commit is contained in:
wuxw 2024-09-29 16:27:09 +08:00
parent d81e0d9b09
commit b44e2b509e

View File

@ -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;