Commit 7ca5a36c authored by 18224442217's avatar 18224442217

no message

parent 72edfbe0
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<text class="fz24 color9999A6">行程类型</text> <text class="fz24 color9999A6">行程类型</text>
<view class="fz30 fontBold MT31 MB20 row-aic-n"> <view class="fz30 fontBold MT31 MB20 row-aic-n">
<view v-for="(item,index) in typeList" <view v-for="(item,index) in typeList"
:class="[index?'ML20':'']" :class="[index?'ML60':'']"
@click="getType(item)"> @click="getType(item)">
<uni-icons :color="msgAddress.TicketType==item.Id?'#2EC726':'#C6C1BC'" <uni-icons :color="msgAddress.TicketType==item.Id?'#2EC726':'#C6C1BC'"
:type="msgAddress.TicketType==item.Id?'checkbox-filled':'circle'" size="18"></uni-icons> :type="msgAddress.TicketType==item.Id?'checkbox-filled':'circle'" size="18"></uni-icons>
...@@ -282,7 +282,6 @@ ...@@ -282,7 +282,6 @@
this.OriginAddress.ArriveCityName = SelectObj.Name, this.OriginAddress.ArriveCityName = SelectObj.Name,
this.msg.ArriveCityId = this.msgAddress.ArriveCityId = this.OriginAddress.ArriveCityId = SelectObj.ID this.msg.ArriveCityId = this.msgAddress.ArriveCityId = this.OriginAddress.ArriveCityId = SelectObj.ID
} }
this.showAddressPreviwe = false this.showAddressPreviwe = false
this.getDataList() this.getDataList()
}, },
......
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