huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
1
<block wx:if="{{$root.g0>0}}"><view class="diy-seckillProduct"><view class="sharpproduct-head d-b-c" style="{{('background-image: url('+itemData.style.background_image+');')}}"><view class="left d-s-c"><view class="name d-c-c"></view><view class="datetime d-s-c ml20"><countdown vue-id="80de6fc6-1" back_color="{{itemData.style.countdown_back_color}}" color="{{itemData.style.color}}" cut_color="{{itemData.style.countdown_color}}" config="{{countdownConfig}}" bind:__l="__l"></countdown></view></view><view data-event-opts="{{[['tap',[['gotoList',['$event']]]]]}}" class="right d-e-c" bindtap="__e"><text class="gray3 f26">更多</text><text class="iconfont icon-jiantou mr10"></text></view></view><view class="sharpproduct-body column__3"><scroll-view scroll-x="true"><view class="product-list"><block wx:for="{{itemData.data.product_list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['gotoDetail',['$0'],[[['itemData.data.product_list','',index,'product_id']]]]]]]}}" class="product-item" bindtap="__e"><view class="product-cover"><image src="{{item.product.file_path}}" mode="aspectFit"></image></view><view class="product-info p-0-10"><block wx:if="{{itemData.style.show.seckillPrice==true}}"><view class="theme-price mb10"><text class="f18 fb">¥</text><text class="f26 fb">{{item.seckill_price}}</text></view></block><block wx:if="{{itemData.style.show.linePrice==true}}"><view class="gray9 f20 text-d-line">{{'¥'+item.product_price}}</view></block></view></view></block></view></scroll-view></view></view></block>