30187
This commit is contained in:
@@ -158,7 +158,7 @@ export default {
|
|||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
if(this.currIndex == 1) {
|
if(this.currIndex == 1) {
|
||||||
this.current ++
|
this.current ++
|
||||||
this.getList()
|
this.getPlayList()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,23 @@
|
|||||||
<u-icon name="arrow-down" color="#666" size="24"/>
|
<u-icon name="arrow-down" color="#666" size="24"/>
|
||||||
</AiAreaPicker>
|
</AiAreaPicker>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="area-flex">
|
||||||
|
<p class="title">部门</p>
|
||||||
|
<AiAreaPicker v-model="areaList" multiple>
|
||||||
|
<span class="label" v-if="areaList.length">已选择</span>
|
||||||
|
<span v-else style="color:#999;">请选择</span>
|
||||||
|
<u-icon name="arrow-down" color="#666" size="24"/>
|
||||||
|
</AiAreaPicker>
|
||||||
|
</div>
|
||||||
|
<div class="area-flex">
|
||||||
|
<p class="title">人员</p>
|
||||||
|
<AiAreaPicker v-model="areaList" multiple>
|
||||||
|
<span class="label" v-if="areaList.length">已选择</span>
|
||||||
|
<span v-else style="color:#999;">请选择</span>
|
||||||
|
<u-icon name="arrow-down" color="#666" size="24"/>
|
||||||
|
</AiAreaPicker>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="type-content">
|
<div class="type-content">
|
||||||
<p class="title">选择标签</p>
|
<p class="title">选择标签</p>
|
||||||
<div class="type-list">
|
<div class="type-list">
|
||||||
@@ -102,12 +119,13 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.SelectUser {
|
.SelectUser {
|
||||||
.select-content{
|
.select-content{
|
||||||
background-color: #fff;
|
|
||||||
.area-flex{
|
.area-flex{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 34px 32px 0;
|
padding: 34px 32px 0;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.area-content{
|
.area-content{
|
||||||
padding: 16px 32px 32px;
|
padding: 16px 32px 32px;
|
||||||
@@ -141,6 +159,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.type-content{
|
.type-content{
|
||||||
padding: 34px 32px;
|
padding: 34px 32px;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.type-list{
|
.type-list{
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user