1 line
1.1 KiB
Plaintext
1 line
1.1 KiB
Plaintext
|
<view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="waterfall-box"><view data-event-opts="{{[['tap',[['godetail',['$0'],[[['list','',index,'id']]]]]]]}}" style="border-radius:8rpx;margin:30rpx 20rpx 0 0;position:relative;width:100%;" bindtap="__e"><u-image vue-id="{{'5b7e4543-1-'+index}}" src="{{item.main_image}}" lazy-load="{{true}}" width="100%" height="160" mode="aspectFill" bind:__l="__l"></u-image><view class="flex_center flex_items ptb15" style="width:100%;background:rgba(255, 45, 0,.2);"><text class="f26" style="color:#fff;">{{"剩余库存:"+item.stock+"件"}}</text></view><view class="f28 mt10 con" style="color:#333;">{{item.name}}</view><view class="mt10 flex_between flex_items"><text class="f26" style="color:#EA5404;">{{item.price+"积分"}}</text><view class="f24 pos" style="color:#B8B8B8;"><text>{{"¥"+item.real_price}}</text><view class="abs" style="width:100%;height:2rpx;background:#b8b8b8;top:16rpx;"></view></view></view></view></view></block><ywatermark vue-id="5b7e4543-2" info="原创内容,禁止转载" bind:__l="__l"></ywatermark></view>
|