33 lines
1.9 KiB
Plaintext
33 lines
1.9 KiB
Plaintext
<view class="seckill-group >" style="margin-top: {{diyitem.style.margintop}}px;" wx:if="{{diyitem.data}}">
|
|
<navigator url="/seckill/pages/index/index">
|
|
<view class="seckill-title">
|
|
<view class="seckill-text">
|
|
<image src="{{diyitem.params.iconurl}}"></image>
|
|
<span class="title" style="color:{{diyitem.style.titlecolor}};">{{diyitem.data.time}}点场 {{diyitem.data.status==1?'距开始':'距结束'}}</span>
|
|
<view class="killtime" style="color: #ffffff;">
|
|
<span class="item" style="background:{{diyitem.style.titlecolor}};border:1px solid ">{{hour}}</span>
|
|
<d style="color:{{diyitem.style.productpricecolor}}">:</d>
|
|
<span class="item" style="background:{{diyitem.style.titlecolor}};border:1px solid ">{{min}}</span>
|
|
<d style="color:{{diyitem.style.productpricecolor}}">:</d>
|
|
<span class="item" style="background:{{diyitem.style.titlecolor}};border:1px solid ">{{sec}}</span>
|
|
</view>
|
|
</view>
|
|
<view class="seckill-remark" style="color:{{diyitem.style.titlecolor}};">
|
|
<span>更多</span>
|
|
<icon class="icox icox-qianjin-copy"></icon>
|
|
</view>
|
|
</view>
|
|
<scroll-view scrollX style="width: 100%">
|
|
<view class="seckill-goods">
|
|
<view class="item" wx:for="{{diyitem.data.goods}}" wx:for-item="goods_item">
|
|
<view class="thumb">
|
|
<image src="{{goods_item.thumb}}"></image>
|
|
</view>
|
|
<view class="marketprice" style="color:{{diyitem.style.marketpricecolor}};">¥{{goods_item.price}}</view>
|
|
<view class="productprice" style="color:{{diyitem.style.productpricecolor}};">¥{{goods_item.marketprice}}</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</navigator>
|
|
</view>
|