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.
|
|
|
|
<!--pages/activity/huawei/index.wxml-->
|
|
|
|
|
<view class="bg">
|
|
|
|
|
<title title="摄影大赛"></title>
|
|
|
|
|
<view class="info-box" style="background:url({{info.back_img}});background-size:100% 100%;background-repeat:no-repat;height:{{height}}px">
|
|
|
|
|
<view bindtap="showRule" class="rule-btn">规则</view>
|
|
|
|
|
<view wx:if="{{!isReg}}" class="tiptext">线上报名时间:{{info.sign_begin_time}} - {{info.sign_end_time}} </view>
|
|
|
|
|
<view wx:if="{{!isReg}}" class="tiptext">线上投票时间:{{info.begin_time}} - {{info.end_time}} </view>
|
|
|
|
|
<image lazy-load bindtap="gotoPath" style="margin-top:40rpx" data-path="form/index?id={{id}}" wx:if="{{!isReg}}" src="https://static.ticket.sz-trip.com/xcxImages/huawei/regbtn.png" mode="widthFix" class="btnimg"></image>
|
|
|
|
|
<image lazy-load bindtap="gotoPath" data-path="upload/index?id={{id}}" wx:if="{{isReg}}" src="https://static.ticket.sz-trip.com/xcxImages/huawei/uploadbtn.png" mode="widthFix" class="btnimg"></image>
|
|
|
|
|
<image lazy-load bindtap="gotoPath" data-path="list/index?id={{id}}" wx:if="{{isReg}}" src="https://static.ticket.sz-trip.com/xcxImages/huawei/mybtn.png" mode="widthFix" class="btnimg"></image>
|
|
|
|
|
<view class="bottomtext">{{info.sub_title}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="mask" wx:if="{{info && showRuleFlag}}">
|
|
|
|
|
<view bindtap="showRule" class="mask-bg"></view>
|
|
|
|
|
<view class="mask-content rule-box">
|
|
|
|
|
<view class="rule-title">• 活动规则 •</view>
|
|
|
|
|
<rich-text nodes="{{info.rule_desc}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|