|
|
@@ -46,7 +46,7 @@ |
|
|
|
<text class='title'>{{data.title}}<text class="elecard" wx:if="{{data.type==100}}">电子卡</text></text> |
|
|
|
<text class="subTitle">{{data.subTitle}}</text> |
|
|
|
<view class='salePriceStr clearfix'> |
|
|
|
<!-- <text class='rmb'>¥</text> --> |
|
|
|
<text class='rmb'>¥</text> |
|
|
|
<view class="fl" wx:if="{{data.type!=8}}"> |
|
|
|
<text class="pri01" wx:if="{{data.type!=50&&data.type!=51}}">{{data.salePriceStr}}</text> |
|
|
|
<text class="pri01" wx:if="{{data.type==50||data.type==51}}">{{data.creditPrice}}积分</text> |
|
|
@@ -58,7 +58,7 @@ |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
<view class="fl" wx:if="{{data.type==8}}"> |
|
|
|
<text class="pri01 pri01Hr">¥</text> |
|
|
|
<!-- <text class="pri01 pri01Hr">¥</text> --> |
|
|
|
<text class="pri01">{{data.salePriceStr}}</text> |
|
|
|
<!-- <text class='throgh'>{{data.priceStr}}元</text> --> |
|
|
|
<view class='presslimit' wx:if="{{data.type==8}}"><text>{{data.pressLimitNum+'人可砍至底价'}}</text></view> |
|
|
@@ -70,7 +70,6 @@ |
|
|
|
</view> |
|
|
|
<view class='rest' wx:if="{{data.validType==1}}">有效期: |
|
|
|
<text class='time'>{{validStartDate}}至{{validEndDate}}</text> |
|
|
|
<text class="restNum fr">剩余<text>{{data.remainInventory}}件</text></text> |
|
|
|
</view> |
|
|
|
<view class='rest' wx:if="{{data.type==5}}"> |
|
|
|
<text class='time'>当次有效</text> |
|
|
@@ -87,6 +86,7 @@ |
|
|
|
<text class='timess' wx:if='{{limitCondition==1}}'>(仅限新用户活动)</text> |
|
|
|
<text class='timess' wx:if='{{limitCondition==2&&(minLimit||minLimit==0)&&maxLimit}}'>({{minLimit}}-{{maxLimit}}成长值)</text> |
|
|
|
<text class='timess' wx:if='{{limitCondition==2&&minLimit&&!maxLimit}}'>(大于{{minLimit}}成长值)</text> |
|
|
|
<text class="restNum fr">剩余<text>{{data.remainInventory}}件</text></text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|