|
@@ -10,13 +10,15 @@
|
|
|
</view> -->
|
|
|
<view class="marquee_container">
|
|
|
<view class="zd"></view>
|
|
|
+ <navigator hover-class="none" url="../apply/apply?type=2">
|
|
|
<image src="../../images/lb.png" mode="widthFix" class="notice"></image>
|
|
|
<view class="marquee_text">
|
|
|
- <navigator hover-class="none" url="../apply/apply?type=2">{{info.name}}正在报名中
|
|
|
+ {{info.name}}正在报名中
|
|
|
<text>报名时间:{{info.signup_start_time}}到{{info.signup_end_time}}</text>
|
|
|
- </navigator>
|
|
|
+
|
|
|
</view>
|
|
|
<image class="signupPoint" mode="widthFix" src="../../images/right.png"></image>
|
|
|
+ </navigator>
|
|
|
</view>
|
|
|
|
|
|
|