diff --git a/pages/my/my.vue b/pages/my/my.vue index 718e7fb..c1392e8 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -126,6 +126,7 @@ align-items: center; flex-direction: column; // gap: 10rpx; + .profile-bgi { position: absolute; width: 100%; diff --git a/pages/publish/publishTransfer/publishTransfer.vue b/pages/publish/publishTransfer/publishTransfer.vue index ba1f78a..dfe04b9 100644 --- a/pages/publish/publishTransfer/publishTransfer.vue +++ b/pages/publish/publishTransfer/publishTransfer.vue @@ -17,6 +17,7 @@ label-width="auto"> {{form.region}} 请选择所属区域 + @@ -79,6 +80,7 @@ imageLength: '0', fileList1: [], regionColumns: [JSON.parse(uni.getStorageSync('regionList'))] || [], + form: { title: '', region: '', @@ -94,6 +96,7 @@ longitude: '', latitude: '', id: '', + }, Classcolumns: [], ClassCheckId: '', @@ -169,6 +172,7 @@ trigger: ['change', 'blur'], } ] + }, } }, @@ -291,6 +295,7 @@ }, onReady() { this.$refs.uForm.setRules(this.rules) + }, onLoad() { this.$api.getClassList().then(res => { @@ -301,6 +306,7 @@ this.pid = res.data.data.map((item) => { return item = item.id }) + }) }, computed: { @@ -336,7 +342,6 @@ background-color: #F8F8F8; // height: 300rpx; - // margin-right: 20px; .count { margin-bottom: 30px; }