|
|
|
@ -67,6 +67,16 @@ |
|
|
|
<text class="text_19">鉴定结果:</text> |
|
|
|
<!-- <text class="text_20">{{ ['不正常','正常'][item.result_type] }}</text> --> |
|
|
|
<text class="text_20">{{ item.result_type_text }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_13 centerItem"> |
|
|
|
<text class="text_19">平台显示:</text> |
|
|
|
<!-- <text class="text_20">{{ ['不正常','正常'][item.result_type] }}</text> --> |
|
|
|
<u-switch style="margin-left: 18rpx;" activeColor="#e7a23f"></u-switch> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_13 centerItem"> |
|
|
|
<text class="text_19">拍卖链接:</text> |
|
|
|
<!-- <text class="text_20">{{ ['不正常','正常'][item.result_type] }}</text> --> |
|
|
|
<u-input v-model="couponText" placeholder="非必填,请输入优惠券码"></u-input> |
|
|
|
</view> |
|
|
|
<view class="flex-col group_20" v-if="item.images"> |
|
|
|
<view class="flex-row"> |
|
|
|
@ -455,4 +465,7 @@ |
|
|
|
.image_11 { |
|
|
|
margin-left: 28rpx; |
|
|
|
} |
|
|
|
.centerItem{ |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
</style> |