服务详情增加内容
This commit is contained in:
parent
577c625783
commit
e63fb7a264
|
|
@ -99,7 +99,7 @@
|
||||||
服务保障
|
服务保障
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<text class="margin-lr-xs text-sm">质保期{{productDetail.warrantyPeriod}}</text>
|
<text class="margin-lr-xs text-sm">质保期{{productDetail.warrantyPeriod}}  不满意重新服务  快速退赔</text>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<view class="cu-capsule margin-tb-xs">
|
<view class="cu-capsule margin-tb-xs">
|
||||||
|
|
@ -114,6 +114,17 @@
|
||||||
<text class="margin-lr-xs text-sm">{{item.areaName}}<text v-if="index != productDetail.goodsAreaList.length - 1">,</text></text>
|
<text class="margin-lr-xs text-sm">{{item.areaName}}<text v-if="index != productDetail.goodsAreaList.length - 1">,</text></text>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view>
|
||||||
|
<view class="cu-capsule margin-tb-xs">
|
||||||
|
<view class='cu-tag bg-main-color'>
|
||||||
|
<text class="cuIcon-deliver_fill"></text>
|
||||||
|
</view>
|
||||||
|
<view class="cu-tag line-main-color">
|
||||||
|
区域备注
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<text class="margin-lr-xs text-sm">{{productDetail.areaDesc}}</text>
|
||||||
|
</view>
|
||||||
<!-- <view v-if="productDetail.remark">
|
<!-- <view v-if="productDetail.remark">
|
||||||
<view class="cu-capsule margin-tb-xs">
|
<view class="cu-capsule margin-tb-xs">
|
||||||
<view class='cu-tag bg-main-color'>
|
<view class='cu-tag bg-main-color'>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue