Commit 93c8975f by 陈超

T

parent e0fd3b98
......@@ -174,14 +174,14 @@
let that = this
that.showPicker = true
},
onAreaConfirm: function(r) {
onAreaConfirm: function(r, values) {
},
onAreaCancel: function(r) {
onAreaCancel: function(r, values) {
},
onAreaChange: function(r) {
console.log(r.getValues())
onAreaChange: function(r, values) {
console.log(values)
},
saveAddress: function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment