蝙蝠岛资源网 Design By www.hbtsch.com
本文实例讲述了微信小程序实现提交input信息到后台的方法。分享给大家供大家参考,具体如下:
wxml文件:
<!-- 用户名事件绑定 --> <view class="fl_form"> <text>您的姓名</text> <input type="text" placeholder='请输入您的姓名' value="{{userName}}" bindblur='userNameInput'></input> </view> <!-- 所属部门事件绑定 --> <view class="fl_form"> <text>所属部门</text> <input type="text" placeholder='请输入所属部门' value="{{userBranch}}" bindblur='userBranchInput'></input> </view> <!-- 联系电话事件绑定 --> <view class="fl_form"> <text>联系电话</text> <input type="text" placeholder='请输入联系电话' value="{{userTell}}" bindblur='userTellInput'></input> </view> <!-- 日期选择器 mode="date" --> <view class="fl_form"> <picker mode="date" value="{{date}}" start="{{date}}" end="2020-01-01" bindchange="bindDateChange"> <view class="picker"> <text>选择日期</text> <text class="chosedate">{{date}}</text> </view> </picker> </view> <!-- 时间选择器 mode="time" --> <view class="fl_form newtime"> <picker mode="time" value="{{startime}}" start="09:00" end="21:00" bindchange="starttime"> <view class="picker"> <text>开始时间</text> <text class="chosedate">{{starttime}}</text> </view> </picker> <picker mode="time" value="{{endtime}}" start="09:00" end="21:00" bindchange="endtime"> <view class="picker end"> <text>结束时间</text> <text class="chosedate">{{endtime}}</text> </view> </picker> </view> <!-- 提交按钮 --> <button class="formbtn" bindtap='orderMeeting'>提交</button>
js代码:
var util = require('../../utils/util.js') //引入微信自带的日期格式化 const app = getApp() Page({ data: { date:util.formatDate(new Date), //格式化日期 starttime: '9:00', //开始时间 endtime: '21:00', //结束时间 userName: '', userBranch: '', userTell: '' }, bindDateChange: function (e) { this.setData({ date: e.detail.value }) }, starttime: function (e) { this.setData({ starttime: e.detail.value }) }, endtime: function (e) { this.setData({ endtime: e.detail.value }) }, userNameInput: function (e) { // console.log(e.detail.value)设置用户名 this.setData({ userName: e.detail.value }) }, userBranchInput: function (e) { //设置部门 this.setData({ userBranch: e.detail.value }) }, userTellInput: function (e) { //设置电话 this.setData({ userTell: e.detail.value }) }, orderMeeting: function () { //提交input信息到后台 var userName = this.data.userName; console.log(userName) var userBranch = this.data.userBranch; console.log(userBranch) var userTell = this.data.userTell; console.log(userTell) var date = this.data.date; console.log(userTell) } })
希望本文所述对大家微信小程序开发有所帮助。
蝙蝠岛资源网 Design By www.hbtsch.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
蝙蝠岛资源网 Design By www.hbtsch.com
暂无微信小程序实现提交input信息到后台的方法示例的评论...
更新日志
2025年01月03日
2025年01月03日
- 小骆驼-《草原狼2(蓝光CD)》[原抓WAV+CUE]
- 群星《欢迎来到我身边 电影原声专辑》[320K/MP3][105.02MB]
- 群星《欢迎来到我身边 电影原声专辑》[FLAC/分轨][480.9MB]
- 雷婷《梦里蓝天HQⅡ》 2023头版限量编号低速原抓[WAV+CUE][463M]
- 群星《2024好听新歌42》AI调整音效【WAV分轨】
- 王思雨-《思念陪着鸿雁飞》WAV
- 王思雨《喜马拉雅HQ》头版限量编号[WAV+CUE]
- 李健《无时无刻》[WAV+CUE][590M]
- 陈奕迅《酝酿》[WAV分轨][502M]
- 卓依婷《化蝶》2CD[WAV+CUE][1.1G]
- 群星《吉他王(黑胶CD)》[WAV+CUE]
- 齐秦《穿乐(穿越)》[WAV+CUE]
- 发烧珍品《数位CD音响测试-动向效果(九)》【WAV+CUE】
- 邝美云《邝美云精装歌集》[DSF][1.6G]
- 吕方《爱一回伤一回》[WAV+CUE][454M]