下单,地址管理
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
<view class="city">
|
||||
<block v-if="isTag">
|
||||
<text v-if="item.default" class="city--tag city--default">默认</text>
|
||||
<text v-if="item.tag && item.tag != ''" class="city--tag city--type">{{item.tag}}</text>
|
||||
<!-- <text v-if="item.tag && item.tag != ''" class="city--tag city--type">{{item.tag}}</text> -->
|
||||
</block>
|
||||
{{item.city}}
|
||||
{{item.province.name}}{{item.city.name}}{{item.district.name}}
|
||||
</view>
|
||||
<view class="address">{{item.address}}</view>
|
||||
<view class="name">{{item.name}}<text>{{item.phone}}</text></view>
|
||||
<view class="name">{{item.name}}<text>{{item.mobile}}</text></view>
|
||||
<view class="edit" :style="{'color': editColor}" @click="$emit('onAddress', item)">{{isEdit ? '编辑' : '选择'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -153,7 +153,7 @@
|
||||
margin-right: $margin/2;
|
||||
}
|
||||
.city--default{
|
||||
background: #FF6160;
|
||||
background: #e6576b;
|
||||
color: white;
|
||||
padding: 0 $margin/3;
|
||||
border-radius: $radius;
|
||||
|
||||
Reference in New Issue
Block a user