医生12.15

This commit is contained in:
zoujiandong 2023-12-15 09:19:45 +08:00
parent 26e760342b
commit ea448bec36
4 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,7 @@ page{
flex:1;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
background-color: #F6F6F6;
}
.cellbox{

View File

@ -5,5 +5,6 @@
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-checkbox-group": "@vant/weapp/checkbox-group/index"
}
},
"disableScroll": true
}

View File

@ -11,6 +11,7 @@ page{
}
.listbox{
flex:1;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}
.container{
@ -36,7 +37,7 @@ background:#fff;
}
.bottom{
background-color: #FFFFFF;
height:274rpx;
height:300rpx;
width:100%;
}
.bottom .btn{

View File

@ -289,6 +289,7 @@ Component({
// 打开录音开关
switchAudio() {
wx.hideKeyboard();
this.setData({
isAudio: !this.data.isAudio,
isEmoji: false,