Commit 5c60b864 authored by 18224442217's avatar 18224442217

no message

parent d332210a
......@@ -125,7 +125,6 @@
length="90%"
:safe-area-inset-bottom="true"
@close="OffPopup(1)">
<!-- StartDateObj.times -->
<canlendar
@finish="chosenDateResult"
:immediately="true"
......
<template>
<view class="addressIndex-box">
<view class="fz30 fontBold textCenter MB30 PX53 relative">选择{{AddressType==1?'出发地':'目的地'}}
<text class="fz24 color9999A5 absolute PX10" style="right: 53rpx;top: 0;bottom: 0;" @click="Clear">清空</text>
<text v-if="SelectObj.ID" class="fz24 color9999A5 absolute PX10" style="right: 53rpx;top: 0;bottom: 0;" @click="Clear">清空</text>
</view>
<view class="fz30 fontBold MB30 PX53">当前{{AddressType==1?'出发地':'目的地'}}</view>
<view class="MT30 PX53">
......@@ -32,7 +32,7 @@
return {
SelectObj: {
Name: '',
ID: ''
ID: 0
},
}
},
......@@ -76,7 +76,7 @@
this.SelectObj = {
Name: '',
ID: 0,
}
}
this.$emit('RenewalAddres',this.SelectObj ,this.AddressType)
},
getAddress(item){
......
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