huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
1
<block wx:if="{{$root.g0>0}}"><view class="diy-previewProduct"><view class="sharpproduct-head d-b-c" style="{{('background-image: url('+itemData.style.background_image+');')}}"><view class="left d-s-c"></view><view data-event-opts="{{[['tap',[['gotoList',['$event']]]]]}}" class="right d-e-c" bindtap="__e"><text class="white f26">更多</text><text class="iconfont icon-jiantou mr10"></text></view></view><view class="sharpproduct-body column__3" style="{{('background:'+itemData.style.background_color+';')}}"><scroll-view scroll-x="true"><view class="product-list"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['gotoDetail',['$0'],[[['itemData.data','',index,'product_id']]]]]]]}}" class="product-item bg-white" bindtap="__e"><view class="datetime d-s-s" style="{{('background:'+itemData.style.countdown_back_color+';')}}"><view class="top_image"><image src="{{itemData.style.top_image}}" mode="aspectFit"></image></view><countdown vue-id="{{'e68595bc-1-'+index}}" activeName="previewProduct" back_color="none" color="{{itemData.style.countdown_color}}" cut_color="{{itemData.style.countdown_color}}" config="{{item.a0}}" start_name="距开始:" end_name="距开始:" bind:__l="__l"></countdown></view><view class="d-b-c p10"><view class="product-info flex-1"><view style="{{'color:'+(itemData.style.color)+';'}}"><text class="f18">¥</text><text class="f22">{{item.$orig.product_price}}</text><text class="f22">起</text></view><view class="f20 text-ellipsis">{{item.$orig.product_name}}</view><view class="gray9 f18 text-d-line">{{"¥"+item.$orig.line_price}}</view></view><view class="product-cover"><image src="{{item.$orig.product_image}}" mode="aspectFit"></image></view></view></view></block></view></scroll-view></view></view></block>