删除/注释无用代码
This commit is contained in:
parent
e8e660dfc0
commit
3b4459bd4f
|
@ -80,7 +80,6 @@
|
|||
<text class="datetime">
|
||||
{{ order.serviceTime }}
|
||||
</text>
|
||||
<text class="iconfont icon-bianji"></text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue