Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <view class="optimizationBox">
- <view class="titleImg">
- <view class="textl f">优选好物</view>
- <view class="textr r">Preferred Good</view>
- </view>
-
-
-
-
- <view class="classifyBox-go-box">
- <view class="classifyBox">
- <view class="itemBox" tt:for="{{businessList}}" tt:key="{{index}}" bindtap="setIndex" data-index="{{index}}"
- data-id="{{item.id}}">
- <view class="{{classIndex==index?'className_a':'className'}}">{{item.title}}</view>
- <view class="xian" tt:if="{{classIndex==index}}"></view>
- </view>
- </view>
- <!-- <view class="goLsit" bindtap="goLsit"> 直播商品 <image class="rup" src="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_icon_jt.png"></image></view> -->
- </view>
-
- <view class="contBox">
- <view class="contLsitBox">
- <view class="item" tt:for="{{businessData}}" tt:key="{{index}}" bindtap="goDetail"
- data-couponid="{{item.couponId}}" data-id="{{item.id}}" data-malltenantid="{{item.tenantId}}">
- <view class="itemImg">
- <image src="{{item.coverImg}}" mode='scaleToFill'></image>
- </view>
- <view class="titleName">{{item.title}}</view>
-
- <!-- <view class="priceBox">
- <view class="sellingBox f">
- <view class="fuhao">¥</view>
- <view class="int">{{item.salePriceStrQ?item.salePriceStrQ:item.salePriceStr}}</view>
- <view class="fuhao">{{item.salePriceStrH?'.'+item.salePriceStrH:''}}</view>
- </view>
- <view class="priceNum r">已售 {{item.sale}}</view>
- <view class="originalBox r">
- <view class="origina">¥{{item.priceStr}}</view>
- </view>
- </view> -->
-
- <view class="priceBox">
- <view class="sellingBox f">
-
- <view class="fuhaoX">¥{{item.salePriceStr?item.salePriceStr:""}} </view>
-
- </view>
- <view class="r btn">马上抢</view>
- </view>
-
- <view class="sellout" tt:if="{{item.remainInventory==0}}">
- <image class="selloutImg" src="https://formall.oss-accelerate.aliyuncs.com/cimg/v20211214/home_img_ysx.png">
- </image>
- </view>
- </view>
- </view>
- </view>
- </view>
|