Commit 5c60b864 authored by 18224442217's avatar 18224442217

no message

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