梁航:冲突合并
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<template>
|
<<template>
|
||||||
<view>
|
<view>
|
||||||
<view v-if="member!=2">
|
<view v-if="member!=2">
|
||||||
<view class="name">
|
<view class="name">
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
<view class="account">账号:{{account}}
|
<view class="account">账号:{{account}}
|
||||||
<u-icon name="edit-pen" class="edit-icon" size="20" color="#fff" @click="toEdit"></u-icon>
|
<u-icon name="edit-pen" class="edit-icon" size="20" color="#fff" @click="toEdit"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="publish">
|
<view class="publish">
|
||||||
<u-cell-group>
|
<u-cell-group>
|
||||||
@@ -112,7 +111,6 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -128,7 +126,6 @@
|
|||||||
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%;
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
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>
|
||||||
@@ -73,7 +72,6 @@
|
|||||||
<view class="bug-figure"></view>
|
<view class="bug-figure"></view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@@ -81,7 +79,6 @@
|
|||||||
imageLength: '0',
|
imageLength: '0',
|
||||||
fileList1: [],
|
fileList1: [],
|
||||||
regionColumns: [JSON.parse(uni.getStorageSync('regionList'))] || [],
|
regionColumns: [JSON.parse(uni.getStorageSync('regionList'))] || [],
|
||||||
|
|
||||||
form: {
|
form: {
|
||||||
title: '',
|
title: '',
|
||||||
region: '',
|
region: '',
|
||||||
@@ -91,14 +88,12 @@
|
|||||||
area: '',
|
area: '',
|
||||||
rent: '',
|
rent: '',
|
||||||
transferFee: '',
|
transferFee: '',
|
||||||
contact:'',
|
|
||||||
mobile: '',
|
mobile: '',
|
||||||
content: '',
|
content: '',
|
||||||
images: [],
|
images: [],
|
||||||
longitude: '',
|
longitude: '',
|
||||||
latitude: '',
|
latitude: '',
|
||||||
id: '',
|
id: '',
|
||||||
|
|
||||||
},
|
},
|
||||||
Classcolumns: [],
|
Classcolumns: [],
|
||||||
ClassCheckId: '',
|
ClassCheckId: '',
|
||||||
@@ -174,7 +169,6 @@
|
|||||||
trigger: ['change', 'blur'],
|
trigger: ['change', 'blur'],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -297,7 +291,6 @@
|
|||||||
},
|
},
|
||||||
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 => {
|
||||||
@@ -308,7 +301,6 @@
|
|||||||
this.pid = res.data.data.map((item) => {
|
this.pid = res.data.data.map((item) => {
|
||||||
return item = item.id
|
return item = item.id
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@@ -321,7 +313,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.count {}
|
.count {}
|
||||||
|
|
||||||
@@ -345,9 +336,6 @@
|
|||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
|
|
||||||
// height: 300rpx;
|
// height: 300rpx;
|
||||||
.count {
|
|
||||||
margin-bottom: 30px;
|
|
||||||
}
|
|
||||||
// margin-right: 20px;
|
// margin-right: 20px;
|
||||||
.count {
|
.count {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
|||||||
Reference in New Issue
Block a user