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.3 KiB
1 lines
1.3 KiB
<view class="container padding-box-all b-e6 data-v-2c7fa89e"><block wx:for="{{integralList}}" wx:for-item="integraItem" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['navgateto',['$0'],[[['integralList','',index,'url']]]]]]]}}" class="integral-list b-f dis-flex m-btm20 p-r data-v-2c7fa89e" bindtap="__e"><view class="integral-item-left m-right20 data-v-2c7fa89e" style="{{'background-image:'+('url('+integraItem['thumb']+')')+';'}}"></view><view class="integral-item-right flex-box dis-flex flex-dir-column flex-x-between data-v-2c7fa89e"><view class="integral-title twolist-hidden f-28 col-3 data-v-2c7fa89e">{{integraItem['title']}}</view><view class="integral-condition f-24 data-v-2c7fa89e"><text class="f-w f-36 m-right10 data-v-2c7fa89e">{{integraItem['use_credit1']}}</text>{{subText['credittext']+''}}<block wx:if="{{integraItem['use_credit2']>0}}"><block class="data-v-2c7fa89e"><text class="m-left-right-10 data-v-2c7fa89e">+</text><text class="f-w f-36 m-right10 data-v-2c7fa89e">{{integraItem['use_credit2']}}</text>元</block></block></view><view class="goods-oldPrice col-9 f-24 data-v-2c7fa89e" style="text-decoration:line-through;">{{"市场价:"+integraItem['old_price']+"元"}}</view><view class="integral-btn col-f f-24 t-c data-v-2c7fa89e" style="background-color:#FF4444;">去兑换</view></view></view></block></view>
|