小程式獲取聚焦

2021-09-17 03:16:18 字數 662 閱讀 1675

在input裡面設定focus

左邊的是input沒有獲取焦點事件,也沒有鍵盤彈出。

// 搜尋框狀態

inputshowed: false,

右邊的是input獲取焦點事件,預設有鍵盤彈出。

// 搜尋框狀態

inputshowed: true,

具體**

wxml

wxss:(引入了全域性框架weui,可省略不寫)

/* 搜尋 */

.weui-search-bar__input

.weui-icon-search_in-box

.weui-search-bar__cancel-btn

.weui-icon-clear

js:

page(,

onload: function () ,

});

90後前端妹子,愛程式設計,愛運營,愛折騰。

小程式獲取unionid

然後進行相關的繫結,繫結時需要相關賬號的原始管理者進行掃碼繫結 小程式也是一樣操作 登入bindgetuserinfo function e header method post success res else else return 授權成功後,跳轉進入小程式首頁 else 後端 這裡使用的tp...

小程式獲取時間方法

var mydate new date 獲取系統當前時間1 mydate.getyear 獲取當前年份 2位 2 mydate.getfullyear 獲取完整的年份 4位,1970 3 mydate.getmonth 獲取當前月份 0 11,0代表1月 4 mydate.getdate 獲取當前日...

小程式獲取時間格式

小程式獲取時間格式 效果 統計 wxss date.js js var util require utils util.js var datetimepicker require utils datetimepicker.js page changedate1 e 生命週期函式 監聽頁面載入 onl...