删除/注释无用代码
This commit is contained in:
parent
e8e660dfc0
commit
3b4459bd4f
|
@ -80,7 +80,6 @@
|
||||||
<text class="datetime">
|
<text class="datetime">
|
||||||
{{ order.serviceTime }}
|
{{ order.serviceTime }}
|
||||||
</text>
|
</text>
|
||||||
<text class="iconfont icon-bianji"></text>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
<text class="datetime">
|
<text class="datetime">
|
||||||
{{ order.serviceTime }}
|
{{ order.serviceTime }}
|
||||||
</text>
|
</text>
|
||||||
<text class="iconfont icon-bianji"></text>
|
<!-- <text class="iconfont icon-bianji"></text> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -386,6 +386,7 @@ export default {
|
||||||
.contact {
|
.contact {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
line-height: 26rpx;
|
line-height: 26rpx;
|
||||||
|
margin-bottom: 16rpx;
|
||||||
.mobile {
|
.mobile {
|
||||||
margin: 0 10rpx;
|
margin: 0 10rpx;
|
||||||
}
|
}
|
||||||
|
@ -396,7 +397,6 @@ export default {
|
||||||
.detail {
|
.detail {
|
||||||
color: #2d2d2d;
|
color: #2d2d2d;
|
||||||
line-height: 36rpx;
|
line-height: 36rpx;
|
||||||
margin-top: 16rpx;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.price-box {
|
.price-box {
|
||||||
|
|
Loading…
Reference in New Issue