医生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; flex:1;
overflow-y: scroll; overflow-y: scroll;
-webkit-overflow-scrolling: touch;
background-color: #F6F6F6; background-color: #F6F6F6;
} }
.cellbox{ .cellbox{

View File

@ -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
} }

View File

@ -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{

View File

@ -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,