微信小程序 placeholder样式
利用属性 placeholder-class 指定class然后编辑样式 <input placeholder-class="input-gray" type="text" placeholder="请输入航班号&quo…
利用属性 placeholder-class 指定class然后编辑样式 <input placeholder-class="input-gray" type="text" placeholder="请输入航班号&quo…
官方文档地址 app.json中引入 "usingComponents": { "mp-loading": "weui-miniprogram/loading/loading" } app.wxss中添加,此处…
var pages = getCurrentPages(); var prevPage = pages[pages.length - 2]; //上一个页面 //直接调用上一个页面的setData()方法,把数据存到上一个页面中去 var passengerBackList = []…
利用微信的movable-area/movable-view组件 wxml <movable-area wx:for="{{contactList}}" > <movable-view direction="…
js data: { barheight:"", textheight:"", textTop:"", checkAll:fal…
wx.switchTab({ url: '/pages/index/index', success: function (e) { &n…
官方文档地址 var that = this; var animation = wx.createAnimation({ duration: 1000, …