预计入账

This commit is contained in:
zoujiandong
2024-05-07 17:21:00 +08:00
parent 28d49809e6
commit a6d60fadb2
3 changed files with 9 additions and 5 deletions
@@ -335,6 +335,7 @@ this.setData({
})
wx.setStorageSync('words', "");
}
wx.hideKeyboard();
//let THIS=this;
// wx.getSystemInfo({
// success: function(res) {
@@ -362,6 +363,7 @@ this.setData({
},
hide: function () {
wx.hideKeyboard();
let THIS=this;
if(THIS.data.isRecording){
THIS.handleTouchEnd()
@@ -1363,8 +1365,8 @@ this.setData({
},
// 监听是否获取焦点,有焦点则向父级传值,动态改变input组件的高度。
inputBindFocus(event) {
let {height}= event.detail;
console.log(height);
//let {height}= event.detail;
// console.log(height);
// if(height==0){
// this.setData({
// textFocus: true,