预计入账
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user