返乡登记

This commit is contained in:
liuye
2022-02-08 10:12:00 +08:00
parent 24150af839
commit 93cab5cf09
45 changed files with 435 additions and 306 deletions

View File

@@ -25,7 +25,7 @@
<AiEmpty description="暂无数据" class="emptyWrap" v-else></AiEmpty>
</div>
</div>
<!-- <div style="padding-bottom: 70px;background:#fff;"></div> -->
<div style="pad-b120"></div>
<div class="subBtn" @click="submit">
<div>确定选择</div>
</div>
@@ -60,7 +60,7 @@ export default {
this.getList()
},
getList() {
this.$http.post(`/app/wxcp/wxuser/list?name=${this.name}&current=${this.current}&size=20`).then((res) => {
this.$http.post(`/app/wxcp/wxuser/list?name=${this.name}&current=${this.current}&size=10000`).then((res) => {
if (res?.data) {
res.data.records.map((item) => {
item.isChecked = false
@@ -112,6 +112,9 @@ export default {
height: 100%;
padding-bottom: 140px;
background: #fff;
.pad-b120{
padding-bottom: 120px;
}
.header-top {
background: #fff;
padding: 20px 32px;