医生12.15
This commit is contained in:
parent
26e760342b
commit
ea448bec36
@ -6,6 +6,7 @@ page{
|
|||||||
|
|
||||||
flex:1;
|
flex:1;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
background-color: #F6F6F6;
|
background-color: #F6F6F6;
|
||||||
}
|
}
|
||||||
.cellbox{
|
.cellbox{
|
||||||
|
|||||||
@ -5,5 +5,6 @@
|
|||||||
"van-cell": "@vant/weapp/cell/index",
|
"van-cell": "@vant/weapp/cell/index",
|
||||||
"van-cell-group": "@vant/weapp/cell-group/index",
|
"van-cell-group": "@vant/weapp/cell-group/index",
|
||||||
"van-checkbox-group": "@vant/weapp/checkbox-group/index"
|
"van-checkbox-group": "@vant/weapp/checkbox-group/index"
|
||||||
}
|
},
|
||||||
|
"disableScroll": true
|
||||||
}
|
}
|
||||||
@ -11,6 +11,7 @@ page{
|
|||||||
}
|
}
|
||||||
.listbox{
|
.listbox{
|
||||||
flex:1;
|
flex:1;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.container{
|
.container{
|
||||||
@ -36,7 +37,7 @@ background:#fff;
|
|||||||
}
|
}
|
||||||
.bottom{
|
.bottom{
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
height:274rpx;
|
height:300rpx;
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
.bottom .btn{
|
.bottom .btn{
|
||||||
|
|||||||
@ -289,6 +289,7 @@ Component({
|
|||||||
|
|
||||||
// 打开录音开关
|
// 打开录音开关
|
||||||
switchAudio() {
|
switchAudio() {
|
||||||
|
wx.hideKeyboard();
|
||||||
this.setData({
|
this.setData({
|
||||||
isAudio: !this.data.isAudio,
|
isAudio: !this.data.isAudio,
|
||||||
isEmoji: false,
|
isEmoji: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user