|
@@ -39,6 +39,10 @@
|
|
<view class="other_1">
|
|
<view class="other_1">
|
|
售后类型:<text>{{item.zhStatus||'暂无'}}</text>
|
|
售后类型:<text>{{item.zhStatus||'暂无'}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="other_1">
|
|
|
|
+ <text v-if="item.goods.gift.length>0" class="gift">赠品</text>
|
|
|
|
+ <text v-if="item.goods.sp_price" class="act">特价</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="btn">
|
|
<view class="btn">
|
|
@@ -408,6 +412,23 @@
|
|
text {
|
|
text {
|
|
color: var(--f85Color);
|
|
color: var(--f85Color);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .gift {
|
|
|
|
+ margin: 0 1vw 0 0;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ color: #FFA500;
|
|
|
|
+ border: 1px solid #FFA500;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ padding: 0 1vw;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .act {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ border: 1px solid var(--fFB1Color);
|
|
|
|
+ color: var(--fFB1Color);
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ padding: 0 1vw;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|