|
|
@@ -2,7 +2,7 @@
|
|
|
<view class="match-container">
|
|
|
<!-- 头部横幅区域 -->
|
|
|
<view class="header-banner">
|
|
|
- <view class="title {{activeTitle ? 'activeTitle' : ''}}" style="padding-top:{{statusBarHeightTop}};color: {{imglist.length ? '' : '#000000'}}">创业赛事</view>
|
|
|
+ <view class="title {{activeTitle ? 'activeTitle' : ''}}" style="padding-top:{{statusBarHeightTop}};color: {{imglist.length ? '' : '#000000'}}">青创赛</view>
|
|
|
<view class="banner-bg" wx:if="{{imglist.length}}">
|
|
|
<swiper autoplay="{{true}}" current="{{current}}" bindchange="changeSwiper" interval="{{2000}}" duration="{{500}}" class="bg">
|
|
|
<block wx:for="{{imglist}}" wx:key="index">
|