摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>浏览器滑动到当前界面触发动画</title> <style> * { margin:0; padding:0; }//reset css .box { width: 阅读全文
posted @ 2018-09-26 21:45 Angry_Birds_ing 阅读(377) 评论(0) 推荐(0) 编辑
摘要: /** * 提交表单 提请支付 */ submit: function(e) { console.log(e) let value = e.detail.value; /** * 判断每个input是否为空 */ if (value.a_money == '') { wx.showToast({ t 阅读全文
posted @ 2018-09-26 20:50 Angry_Birds_ing 阅读(107) 评论(0) 推荐(0) 编辑
摘要: data: { localImage: app.globalData.localImage, com_mobile: null,//电话号码 com_password: null,//密码 }, /** * 提交表单 注册 */ submit: function (e) { console.log( 阅读全文
posted @ 2018-09-25 19:42 Angry_Birds_ing 阅读(295) 评论(0) 推荐(0) 编辑
摘要: <picker mode="selector" class='weui-input' name="st" style='margin-top:20rpx;color: #bbbbbb;font-size:30rpx;' range="{{array}}" range-key="st_name" va 阅读全文
posted @ 2018-09-25 19:39 Angry_Birds_ing 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <?php/** * [WeEngine System] Copyright (c) 2014 WE7.CC * WeEngine is NOT a free software, it under the license terms, visited http://www.we7.cc/ for m 阅读全文
posted @ 2018-09-11 20:26 Angry_Birds_ing 阅读(510) 评论(0) 推荐(0) 编辑