Commit a3e99052 by 陈超

T

parent 600afe87
......@@ -168,12 +168,14 @@
that.showPicker = true
},
onAreaConfirm: function(picker, values) {
onAreaConfirm: function(values) {
let that = this
that.showPicker = false
console.log(values)
},
onAreaCancel: function(picker, values) {
onAreaCancel: function() {
that.showPicker = false
},
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