1.在小程序中用v-for 出現(xiàn)警告
- 需要加上wx:key 為了規(guī)范,給key值指定為循環(huán)下標(biāo)
2.使用picker時(shí)間組件時(shí)設(shè)置時(shí)間限制為今天的時(shí)候,使用Date.toLocalTimeString()的時(shí)候在安卓手機(jī)上不生效
- 解決方法:
var date=new Date();
date.getFullYear() + '-' + (date.getMonth() + 1) + '-' + date.getDate()
3.在ios上input框?yàn)橛⑽妮斎敕ǖ臅r(shí)候,首字母大寫(xiě)
解決方法: <input autocapitalize="off" autocorrect="off" />
4.在使用wx.swithTab跳轉(zhuǎn)到tabbar頁(yè)面的時(shí)候,頁(yè)面不刷新。
解決方法 : 使用wx.reLaunch 關(guān)閉所有頁(yè)面序六,打開(kāi)到應(yīng)用內(nèi)的某個(gè)頁(yè)面