<form bindsubmit="submit2" reportSubmit="true"> <button hidden formType="submit" id="formId"></button> </form> <label class="spu" for="formId"> <i-router-link routerClass="spu-content" url="/lionfish_comshop/pages/goods/goodsDetail?&id={{spuItem.actId}}"> <view class="item-top"> <view wx:if="{{spuItem.label_info && spuItem.label_info.type==0}}" class='item-tag'> <image class='item-tag-bg' mode='widthFix' src="../../images/tag.png"></image> <view class='tag-name {{spuItem.label_info.len==2?"two-word":""}}'>{{spuItem.label_info.tagcontent}}</view> </view> <view wx:if="{{spuItem.label_info && spuItem.label_info.type==1}}" class='item-tag' style='background:url({{spuItem.label_info.tagcontent}}) no-repeat left top;background-size: 100%;'></view> <i-img defaultImage="{{placeholdeImg?placeholdeImg:'../../images/placeholder-refund.png'}}" height="400" iClass="img-class" lazyLoad="true" loadImage="{{spuItem.bigImg?spuItem.bigImg:spuItem.skuImage}}" width="710"></i-img> <!-- <view class='time-tip {{actEnd?"notip":""}}' wx:if="{{spuItem.spuCanBuyNum!=0}}"></view> --> <view class="spu-active" wx:if="{{reduction.is_open_fullreduction==1&&spuItem.is_take_fullreduction==1}}"> <view class="tag">满{{reduction.full_money}}减{{reduction.full_reducemoney}}</view> <view class="tag tag-green" wx:if="{{spuItem.isLimit}}">限购</view> </view> </view> <view class="item-bottom"> <view class="item-right-top"> <view class="spu-title"> <text class='span'>{{spuItem.spuName}}</text> </view> <view class="spu-desc" wx:if="{{spuItem.spuDescribe}}"> <em>{{spuItem.spuDescribe}}</em> </view> </view> <view class="spu-price"> <view class="sale-price"> <text class='span'>¥{{spuItem.actPrice[0]}}</text>.{{spuItem.actPrice[1]}} </view> <view class="market-price">¥{{spuItem.marketPrice[0]}}.{{spuItem.marketPrice[1]}}</view> <view class="spu-count" wx:if="{{isShowListCount==1}}">已售{{spuItem.soldNum}}件 / 仅剩{{spuItem.spuCanBuyNum}}件</view> </view> </view> <block wx:if="{{!isPast}}"> <block wx:if="{{number<=0}}"> <i-button iClass="add-cart-disabled" disabled="{{disabled||spuItem.spuCanBuyNum==0}}" wx:if="{{disabled||spuItem.spuCanBuyNum==0}}"> 已抢光 </i-button> <i-button iClass="add-cart-disabled" disabled="{{disabled||actEnd}}" wx:elif="{{disabled||actEnd}}"> 已结束 </i-button> <i-button bind:click="openSku" iClass="add-cart" wx:else> 立即抢购 </i-button> </block> <i-input-number wx:else addImage="../../images/icon-add-2.png" bind:change="changeNumber" bind:outOfMax="outOfMax" iClass="index-input-number" iClassNumberText="input-number-text" max="{{spuItem.spuCanBuyNum}}" min="0" reduceImage="../../images/icon-reduce-2.png" value="{{number}}"></i-input-number> </block> <view class="mask" wx:if="{{isPast||disabled||spuItem.spuCanBuyNum==0?'disabled':''}}"></view> <view class="act-end act-out" wx:if="{{spuItem.spuCanBuyNum==0}}">已抢光</view> <view class="act-end" wx:elif="{{actEnd}}">团购已结束</view> </i-router-link> </label>