提交 81c8787f 编写于 作者: D DCloud_LXH

update: picker.md

上级 b0b3cdc1
......@@ -199,13 +199,13 @@ export default {
methods: {
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.detail.value)
this.index = e.target.value
this.index = e.detail.value
},
bindDateChange: function(e) {
this.date = e.target.value
this.date = e.detail.value
},
bindTimeChange: function(e) {
this.time = e.target.value
this.time = e.detail.value
},
getDate(type) {
const date = new Date();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册