checkDate: function(startTime,endTime) { //日期格式化 var start_date = new Date(startTime.replace(/-/g, "/")); var end_date = new Date(...
wx.getUserInfo({ success: function(p) { console.log(JSON.stringify(p)) wx.request({ ...
子组件 <button type="primary" bindtap="getoption">确定</button> data: { }, methods: { getoption(e) { this.triggerEvent('index', {i:1})//triggerEvent广......