1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
<block wx:if="{{istrue}}"><view class="content"><view class="plr20 t3"><block wx:if="{{$root.g0!=0}}"><view class="flex_column flex_items"><block wx:for="{{hotActivity}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="pb30 bbe9s mt30" style="width:100%;"><view class="flex_between flex_items" style="width:100%;"><view class="flex_start flex_items"><image style="width:72rpx;height:72rpx;border-radius:50%;" src="{{item.banner}}" mode></image><view class="flex_column ml20"><text class="f30" style="color:#333;">{{item.active_name}}</text><block wx:if="{{item.rule}}"><text class="f24 mt10" style="color:#898989;">{{item.rule.rate}}</text></block></view></view><view data-event-opts="{{[['tap',[['getp',['$0','$1'],[[['hotActivity','',index,'id']],[['hotActivity','',index,'active_type']]]]]]]}}" class="flex_items flex_center" style="width:144rpx;height:48rpx;background:linear-gradient(90deg, #FF898E 0%, #F43139 100%);box-shadow:0rpx 4rpx 12rpx 0rpx #FFC79F;border-radius:24rpx;" bindtap="__e"><text class="f24" style="color:#fff;">立即参与</text></view></view><u-line-progress class="mt20" vue-id="{{'08f9d0db-1-'+index}}" percentage="{{item.process_rate}}" inactiveColor="#F8DDC5" activeColor="#F9535A" bind:__l="__l"></u-line-progress></view></block></view></block><block wx:else><view class="flex_center flex_items f24" style="color:#888;height:600rpx;width:100%;"><text>--暂无数据--</text></view></block></view><ywatermark vue-id="08f9d0db-2" info="原创内容,禁止转载" bind:__l="__l"></ywatermark></view></block> |