返乡登记
This commit is contained in:
@@ -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}¤t=${this.current}&size=20`).then((res) => {
|
||||
this.$http.post(`/app/wxcp/wxuser/list?name=${this.name}¤t=${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;
|
||||
|
||||
Reference in New Issue
Block a user