12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <!--pages/myEnter/myEnter.wxml-->
- <view class='tab'>
- <view data-id='0' class="{{act == 0?'active':''}}">未开始</view>
- <view data-id='1' class="{{act == 1?'active':''}}">已结束</view>
- </view>
- <swiper>
- <swiper-item current="{{act}}">
- <view class='main'>
- <view class='main-item'>
- <view class='item-img'><image src="../images/avatar.jpg"></image></view>
- <view class="item-content">
- <view class="title">企业家点赞中科院创新成果展</view>
- <view class="middle">
- <text>中国科学院</text>
- <text>2018.1.31</text>
- </view>
- <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
- </view>
- </view>
- <view class='main-item'>
- <view class='item-img'><image src="../images/avatar.jpg"></image></view>
- <view class="item-content">
- <view class="title">企业家点赞中科院创新成果展</view>
- <view class="middle">
- <text>中国科学院</text>
- <text>2018.1.31</text>
- </view>
- <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
- </view>
- </view>
- <view class='main-item'>
- <view class='item-img'><image src="../images/avatar.jpg"></image></view>
- <view class="item-content">
- <view class="title">企业家点赞中科院创新成果展</view>
- <view class="middle">
- <text>中国科学院</text>
- <text>2018.1.31</text>
- </view>
- <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
- </view>
- </view>
- <view class='main-item'>
- <view class='item-img'><image src="../images/avatar.jpg"></image></view>
- <view class="item-content">
- <view class="title">企业家点赞中科院创新成果展</view>
- <view class="middle">
- <text>中国科学院</text>
- <text>2018.1.31</text>
- </view>
- <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
- </view>
- </view>
- <view class='main-item'>
- <view class='item-img'><image src="../images/avatar.jpg"></image></view>
- <view class="item-content">
- <view class="title">企业家点赞中科院创新成果展</view>
- <view class="middle">
- <text>中国科学院</text>
- <text>2018.1.31</text>
- </view>
- <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
- </view>
- </view>
- </view>
- </swiper-item>
- </swiper>
|