Commit 93c8975f by 陈超

T

parent e0fd3b98
...@@ -174,14 +174,14 @@ ...@@ -174,14 +174,14 @@
let that = this let that = this
that.showPicker = true that.showPicker = true
}, },
onAreaConfirm: function(r) { onAreaConfirm: function(r, values) {
}, },
onAreaCancel: function(r) { onAreaCancel: function(r, values) {
}, },
onAreaChange: function(r) { onAreaChange: function(r, values) {
console.log(r.getValues()) console.log(values)
}, },
saveAddress: function() { 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