梁航:合并冲突

This commit is contained in:
hot777zz
2023-11-18 21:22:21 +08:00
parent 1cc7b4beec
commit 1e68012289
2 changed files with 7 additions and 1 deletions

View File

@@ -126,6 +126,7 @@
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
// gap: 10rpx; // gap: 10rpx;
.profile-bgi { .profile-bgi {
position: absolute; position: absolute;
width: 100%; width: 100%;

View File

@@ -17,6 +17,7 @@
label-width="auto"> label-width="auto">
<text @click="show1 = true" class="checkedtext" v-if="form.region.length>0">{{form.region}}</text> <text @click="show1 = true" class="checkedtext" v-if="form.region.length>0">{{form.region}}</text>
<text @click="show1 = true" class="checktext" v-else>请选择所属区域</text> <text @click="show1 = true" class="checktext" v-else>请选择所属区域</text>
<view class="arrow-icon"> <view class="arrow-icon">
<u-icon name="arrow-right" size="30px" @click="show1 = true"></u-icon> <u-icon name="arrow-right" size="30px" @click="show1 = true"></u-icon>
</view> </view>
@@ -79,6 +80,7 @@
imageLength: '0', imageLength: '0',
fileList1: [], fileList1: [],
regionColumns: [JSON.parse(uni.getStorageSync('regionList'))] || [], regionColumns: [JSON.parse(uni.getStorageSync('regionList'))] || [],
form: { form: {
title: '', title: '',
region: '', region: '',
@@ -94,6 +96,7 @@
longitude: '', longitude: '',
latitude: '', latitude: '',
id: '', id: '',
}, },
Classcolumns: [], Classcolumns: [],
ClassCheckId: '', ClassCheckId: '',
@@ -169,6 +172,7 @@
trigger: ['change', 'blur'], trigger: ['change', 'blur'],
} }
] ]
}, },
} }
}, },
@@ -291,6 +295,7 @@
}, },
onReady() { onReady() {
this.$refs.uForm.setRules(this.rules) this.$refs.uForm.setRules(this.rules)
}, },
onLoad() { onLoad() {
this.$api.getClassList().then(res => { this.$api.getClassList().then(res => {
@@ -301,6 +306,7 @@
this.pid = res.data.data.map((item) => { this.pid = res.data.data.map((item) => {
return item = item.id return item = item.id
}) })
}) })
}, },
computed: { computed: {
@@ -336,7 +342,6 @@
background-color: #F8F8F8; background-color: #F8F8F8;
// height: 300rpx; // height: 300rpx;
// margin-right: 20px;
.count { .count {
margin-bottom: 30px; margin-bottom: 30px;
} }