|
@@ -422,6 +422,10 @@
|
|
this.xlList = res.data.xlList;
|
|
this.xlList = res.data.xlList;
|
|
this.hyqkList = res.data.hyqkList;
|
|
this.hyqkList = res.data.hyqkList;
|
|
this.znqkList = res.data.znqkList;
|
|
this.znqkList = res.data.znqkList;
|
|
|
|
+
|
|
|
|
+ this.xlList.splice(0,0,{id: '1',name:'不限',value:''});
|
|
|
|
+ this.hyqkList.splice(0,0,{id: '1',name:'不限',value:''});
|
|
|
|
+ this.znqkList.splice(0,0,{id: '1',name:'不限',value:''});
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
@@ -439,7 +443,11 @@
|
|
</style>
|
|
</style>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.screenCon-btn{
|
|
.screenCon-btn{
|
|
- padding: 15px;
|
|
|
|
|
|
+ padding: 15px;
|
|
|
|
+ position: sticky;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ background-color: white;
|
|
|
|
+ box-shadow: 0px -4px 2px #FAFAFA;
|
|
}
|
|
}
|
|
.screenCon-slider{
|
|
.screenCon-slider{
|
|
height: 24px;
|
|
height: 24px;
|