|
@@ -4,7 +4,10 @@
|
|
|
<image :src="info.cover" lazy-load="true" :lazy-load-margin="0" v-if="isImg"></image>
|
|
<image :src="info.cover" lazy-load="true" :lazy-load-margin="0" v-if="isImg"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="cmd-info_bx">
|
|
<view class="cmd-info_bx">
|
|
|
- <view class="tit" >{{ info.itemName}}</view>
|
|
|
|
|
|
|
+ <view class="tit" >
|
|
|
|
|
+ <text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:4upx;padding-left:5upx;padding-right:5upx;" v-if="info.presell == 1">预售</text>
|
|
|
|
|
+ {{ info.itemName}}
|
|
|
|
|
+ </view>
|
|
|
<view class="kc num-open_bx flex-space">
|
|
<view class="kc num-open_bx flex-space">
|
|
|
<view v-if="!offPrice">
|
|
<view v-if="!offPrice">
|
|
|
<view class="flex-space" v-if="Number(info.discountPrice)>0" style="position:absolute;top:14upx;">
|
|
<view class="flex-space" v-if="Number(info.discountPrice)>0" style="position:absolute;top:14upx;">
|