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.
23 lines
1.1 KiB
23 lines
1.1 KiB
<navbar fixed title="" custom-style="background:{{background}}"> |
|
<van-icon name="arrow-left" slot="left" color="background=='#FFFFFF'?'#000':'#fff'" bind:tap="handleBack" /> |
|
</navbar> |
|
<!-- padding-top:{{pageTop+22}}px; --> |
|
<view class="page" style="background: url('/images/bg10.png') no-repeat top center/100% 610rpx"> |
|
<view class="bg"></view> |
|
<view class="page-container" style="top:{{pageTop+30}}px;"> |
|
<image class="badge" mode="aspectFit" src="/images/icon43.png"></image> |
|
<view class="status">报名成功</view> |
|
<view class="tip">欢迎您参与此次活动</view> |
|
<view class="container"> |
|
<view class="c-content"> |
|
<image class="banner" src="{{liveDetail.IntroductionUrl}}"></image> |
|
<view class="c-title">{{detail.ActivityName}}</view> |
|
<view class="date">直播时间: {{detail.BeginTime}}</view> |
|
<view wx:if="{{detail.BeginTimeValue * 1 < dateValue * 1 && detail.Type==1}}" class="btn" bind:tap="handleLive"> |
|
立即进入直播间 |
|
</view> |
|
<button open-type="share" class="btn btn2">分享活动</button> |
|
</view> |
|
</view> |
|
</view> |
|
</view>
|
|
|