myEnter.wxml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <!--pages/myEnter/myEnter.wxml-->
  2. <view class='tab'>
  3. <view data-id='0' class="{{act == 0?'active':''}}">未开始</view>
  4. <view data-id='1' class="{{act == 1?'active':''}}">已结束</view>
  5. </view>
  6. <swiper>
  7. <swiper-item current="{{act}}">
  8. <view class='main'>
  9. <view class='main-item'>
  10. <view class='item-img'><image src="../images/avatar.jpg"></image></view>
  11. <view class="item-content">
  12. <view class="title">企业家点赞中科院创新成果展</view>
  13. <view class="middle">
  14. <text>中国科学院</text>
  15. <text>2018.1.31</text>
  16. </view>
  17. <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
  18. </view>
  19. </view>
  20. <view class='main-item'>
  21. <view class='item-img'><image src="../images/avatar.jpg"></image></view>
  22. <view class="item-content">
  23. <view class="title">企业家点赞中科院创新成果展</view>
  24. <view class="middle">
  25. <text>中国科学院</text>
  26. <text>2018.1.31</text>
  27. </view>
  28. <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
  29. </view>
  30. </view>
  31. <view class='main-item'>
  32. <view class='item-img'><image src="../images/avatar.jpg"></image></view>
  33. <view class="item-content">
  34. <view class="title">企业家点赞中科院创新成果展</view>
  35. <view class="middle">
  36. <text>中国科学院</text>
  37. <text>2018.1.31</text>
  38. </view>
  39. <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
  40. </view>
  41. </view>
  42. <view class='main-item'>
  43. <view class='item-img'><image src="../images/avatar.jpg"></image></view>
  44. <view class="item-content">
  45. <view class="title">企业家点赞中科院创新成果展</view>
  46. <view class="middle">
  47. <text>中国科学院</text>
  48. <text>2018.1.31</text>
  49. </view>
  50. <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
  51. </view>
  52. </view>
  53. <view class='main-item'>
  54. <view class='item-img'><image src="../images/avatar.jpg"></image></view>
  55. <view class="item-content">
  56. <view class="title">企业家点赞中科院创新成果展</view>
  57. <view class="middle">
  58. <text>中国科学院</text>
  59. <text>2018.1.31</text>
  60. </view>
  61. <view class='content'>中关村的企业家要更多的与中科院这样的科研机构展开合作,推动更开合作推动更</view>
  62. </view>
  63. </view>
  64. </view>
  65. </swiper-item>
  66. </swiper>