删除/注释无用代码

This commit is contained in:
TOP糯米 2023-03-30 22:24:35 +08:00
parent e8e660dfc0
commit 3b4459bd4f
2 changed files with 2 additions and 3 deletions

View File

@ -80,7 +80,6 @@
<text class="datetime">
{{ order.serviceTime }}
</text>
<text class="iconfont icon-bianji"></text>
</view>
</view>
</view>

View File

@ -80,7 +80,7 @@
<text class="datetime">
{{ order.serviceTime }}
</text>
<text class="iconfont icon-bianji"></text>
<!-- <text class="iconfont icon-bianji"></text> -->
</view>
</view>
</view>
@ -386,6 +386,7 @@ export default {
.contact {
color: #000000;
line-height: 26rpx;
margin-bottom: 16rpx;
.mobile {
margin: 0 10rpx;
}
@ -396,7 +397,6 @@ export default {
.detail {
color: #2d2d2d;
line-height: 36rpx;
margin-top: 16rpx;
}
}
.price-box {