From 1e68012289c54ce4bbe75f3eac54a5a61d555199 Mon Sep 17 00:00:00 2001
From: hot777zz <912275990@qq.com>
Date: Sat, 18 Nov 2023 21:22:21 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A2=81=E8=88=AA=EF=BC=9A=E5=90=88=E5=B9=B6?=
=?UTF-8?q?=E5=86=B2=E7=AA=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/my/my.vue | 1 +
pages/publish/publishTransfer/publishTransfer.vue | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)
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;
}