You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
1.8 KiB

<view class="_div"><view class="{{['product-window _div',attr.cartAttr===true?'on':'']}}"><view class="textpic acea-row row-between-wrapper _div"><view class="pictrue _div"><image class="image _img" src="{{attr.productSelect.image}}"></image></view><view class="text _div"><view class="line1 _div">{{attr.productSelect.store_name}}</view><view class="money font-color-red _div">¥<label class="num _span">{{attr.productSelect.price}}</label><label class="stock _span">{{"库存: "+attr.productSelect.stock}}</label></view></view><view data-event-opts="{{[['tap',[['closeAttr',['$event']]]]]}}" class="iconfont icon-guanbi _div" bindtap="__e"></view></view><view class="productWinList _div"><block wx:for="{{attr.productAttr}}" wx:for-item="item" wx:for-index="indexw" wx:key="indexw"><view class="item _div"><view class="title _div">{{item.attrName}}</view><view class="listn acea-row row-middle _div"><block wx:for="{{item.attrValue}}" wx:for-item="itemn" wx:for-index="indexn" wx:key="indexn"><view data-event-opts="{{[['tap',[['tapAttr',[indexw,indexn]]]]]}}" class="{{['itemn _div',item.index==indexn?'on':'']}}" bindtap="__e">{{itemn.attr}}</view></block></view></view></block></view><view class="cart _div"><view class="title _div">数量</view><view class="carnum acea-row row-left _div"><view data-event-opts="{{[['tap',[['CartNumDes',['$event']]]]]}}" class="{{['item reduce _div',cartNum<=1?'on':'']}}" bindtap="__e">-</view><view class="item num _div">{{cartNum}}</view><view data-event-opts="{{[['tap',[['CartNumAdd',['$event']]]]]}}" class="{{['item plus _div',cartNum>=attr.productSelect.stock?'on':'']}}" bindtap="__e">+</view></view></view></view><view class="mask _div" hidden="{{attr.cartAttr===false}}" data-event-opts="{{[['touchmove',[['',['$event']]]],['tap',[['closeAttr',['$event']]]]]}}" bindtouchmove="__e" bindtap="__e"></view></view>