1 |
- <view class="app-timer data-v-dec4873e"><app-jump-button vue-id="b2f8582c-1" form="{{true}}" url="{{link.url}}" open_type="{{link.openType}}" arrangement="column" class="data-v-dec4873e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{picUrl}}"><view class="data-v-dec4873e"><app-image vue-id="{{('b2f8582c-2')+','+('b2f8582c-1')}}" img-src="{{picUrl}}" mode="widthFix" width="750rpx" height="auto" class="data-v-dec4873e" bind:__l="__l"></app-image></view></block><block wx:if="{{timerStr}}"><view class="timer dir-top-nowrap main-center data-v-dec4873e" style="{{'background-image:'+('url('+(bgPicUrl?bgPicUrl:'../../../static/image/icon/icon-timer-bg.png')+')')+';'}}"><block wx:if="{{startTime}}"><view class="data-v-dec4873e">距离活动开始还有</view></block><block wx:if="{{startTime===null&&endTime}}"><view class="data-v-dec4873e">距离活动结束还有</view></block><block wx:if="{{startTime===null&&endTime===null}}"><view class="data-v-dec4873e">活动已结束</view></block><view class="data-v-dec4873e">{{timerStr}}</view></view></block></app-jump-button></view>
|