Commit 021e9a69 by 陈超

T

parent 2b53f531
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
<van-popup v-model="showPicker" round position="bottom"> <van-popup v-model="showPicker" round position="bottom">
<van-area title="收货地址" :area-list="areaList" /> <van-area @confirm="onAreaConfirm" @cancel="showPicker = false" title="收货地址" :area-list="areaList" />
</van-popup> </van-popup>
<!-- <div id="provinceData" style="display: none;"> <!-- <div id="provinceData" style="display: none;">
...@@ -167,10 +167,6 @@ ...@@ -167,10 +167,6 @@
console.log(values) console.log(values)
}, },
onAreaCancel: function() {
that.showPicker = false
},
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