Browse Source

提交

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

20
subPackages/techan/order.vue

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

Loading…
Cancel
Save