Browse Source

提交

master
jiazhipeng 1 year ago
parent
commit
f82e8defd2
  1. 18
      subPackages/techan/order.vue

18
subPackages/techan/order.vue

@ -30,7 +30,7 @@
</view>
<view class="adds text-overflowRows">{{ contacts.province_text + contacts.city_text + contacts.district_text + contacts.detail_addr }}</view>
</view>
<image @click="changeAddressPopup('open', '', null)" src="https://yjks.oss-cn-shanghai.aliyuncs.com/uploads/20230105/327cfda2cc308fc01e34f40498dbe9b6.png" mode="aspectFill"></image>
<image @click="changeAddressPopup('open', '', null)" src="https://tongli.sz-trip.com/uploads/20240827/337cf610ce5924c2a65b7a28b6a4891e.png" mode="aspectFill"></image>
</view>
<image v-else class="a-img" :src="showImg('/uploads/20240827/824efc9036387b3d7d4737254d6568d6.png')"
mode="aspectFill" @click.self="changeAddressAddPopup('open','',{})"></image>
@ -542,7 +542,7 @@ view {
.box {
width: 100%;
min-height: 100rpx;
padding: 28rpx 20rpx;
padding: 20rpx;
background: #ffffff;
border-radius: 16rpx;
}
@ -898,8 +898,9 @@ view {
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
image {
width: 31rpx;
width: 36rpx;
height: 36rpx;
}
.contacts-left {
@ -1069,15 +1070,18 @@ view {
}
.button {
font-size: 30rpx;
font-weight: 400;
color: #000000;
text-align: center;
width: 100%;
height: 80rpx;
line-height: 80rpx;
background-color: #ffffff;
border-radius: 60rpx;
border-radius: 40rpx;
font-family: PingFang SC;
font-weight: 400;
font-size: 33rpx;
color: #000000;
}
}

Loading…
Cancel
Save