07 2021 档案
摘要:wx.showModal({ title:'提示', content:'第一行内容\r\n第二行内容\r\n第三行内容\r\n第四行内容', success:function (res) { if (res.confirm) { console.log('用户点击确定') }else if (res
阅读全文
摘要:wx.ml <view class="concact_index"> <view class="ai_top" style='height:{{titleBarHeight}}rpx;line-height:{{titleBarHeight}}rpx;padding-top:{{statusBarH
阅读全文
摘要://给事件绑定blur焦点丢失事件 // {num:0} 传值 num:0 $(".input").eq(0).bind("blur", { num: 0 }, checkFun); //检验一般值不为空 function checkFun(d) { //获取传入的值 console.log(d.d
阅读全文