|
@@ -15,7 +15,9 @@
|
|
|
<view class="title">
|
|
<view class="title">
|
|
|
{{detail.itemname}}
|
|
{{detail.itemname}}
|
|
|
<text wx:if="{{isShowFavorites}}" class="{{detail.iscollection?'cuIcon-favorfill':'cuIcon-favor'}}" style="color:{{detail.iscollection?'#FADB14':''}};padding: 6rpx;" id='addToFavorites' bind:tap="{{'clickBut'}}" />
|
|
<text wx:if="{{isShowFavorites}}" class="{{detail.iscollection?'cuIcon-favorfill':'cuIcon-favor'}}" style="color:{{detail.iscollection?'#FADB14':''}};padding: 6rpx;" id='addToFavorites' bind:tap="{{'clickBut'}}" />
|
|
|
- <van-tag size='medium' type="warning">{{detail.delistingstatus}}</van-tag>
|
|
|
|
|
|
|
+ <view wx:if="{{detail.delistingstatus}}" style="background-color: {{bgcs[detail.delistingstatus]||'#F0F0F0'}};" class="tag">
|
|
|
|
|
+ {{detail.delistingstatus}}
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="tags">
|
|
<view class="tags">
|
|
|
<text wx:if="{{detail.iscustomsize==1}}" style="background-color: #EE0A24;color: #fff;">定制</text>
|
|
<text wx:if="{{detail.iscustomsize==1}}" style="background-color: #EE0A24;color: #fff;">定制</text>
|
|
@@ -47,7 +49,7 @@
|
|
|
<block wx:if="{{it.isonlydisplay == 1}}">
|
|
<block wx:if="{{it.isonlydisplay == 1}}">
|
|
|
<navigator wx:if="{{item.flag}}" url="#" class="product {{content[it.value] === item.parm ? 'active' :''}}" bindtap="changeItemno" data-valuename="{{it.value}}" data-value="{{item}}">
|
|
<navigator wx:if="{{item.flag}}" url="#" class="product {{content[it.value] === item.parm ? 'active' :''}}" bindtap="changeItemno" data-valuename="{{it.value}}" data-value="{{item}}">
|
|
|
{{item.parm=='custom'?'自定义':item.parm}}
|
|
{{item.parm=='custom'?'自定义':item.parm}}
|
|
|
- <view wx:if="{{item.delistingstatus}}" class="tag line-1">
|
|
|
|
|
|
|
+ <view wx:if="{{item.delistingstatus}}" style="background-color: {{bgcs[item.delistingstatus]||'#F0F0F0'}};" class="tag line-1">
|
|
|
{{item.delistingstatus}}
|
|
{{item.delistingstatus}}
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
@@ -55,7 +57,7 @@
|
|
|
<block wx:else>
|
|
<block wx:else>
|
|
|
<navigator url="#" class="product {{content[it.value] === item.parm ? 'active' :''}} {{item.flag ? '' : 'disabled'}}" bindtap="changeItemno" data-valuename="{{it.value}}" data-value="{{item}}">
|
|
<navigator url="#" class="product {{content[it.value] === item.parm ? 'active' :''}} {{item.flag ? '' : 'disabled'}}" bindtap="changeItemno" data-valuename="{{it.value}}" data-value="{{item}}">
|
|
|
{{item.parm=='custom'?'自定义':item.parm}}
|
|
{{item.parm=='custom'?'自定义':item.parm}}
|
|
|
- <view wx:if="{{item.delistingstatus}}" class="tag line-1">
|
|
|
|
|
|
|
+ <view wx:if="{{item.delistingstatus}}" style="background-color: {{bgcs[item.delistingstatus]||'#F0F0F0'}};" class="tag line-1">
|
|
|
{{item.delistingstatus}}
|
|
{{item.delistingstatus}}
|
|
|
</view>
|
|
</view>
|
|
|
</navigator>
|
|
</navigator>
|