car.wxml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <view class="main">
  2. <view class="one">
  3. 车奖明细
  4. </view>
  5. <view class="two">
  6. <view class="twoImg">
  7. <!-- <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}"
  8. duration="{{duration}}">
  9. <block wx:key="unique" wx:for="{{bannerList}}" wx:for-item="item">
  10. <swiper-item>
  11. <image src="{{item.pic}}"></image>
  12. </swiper-item>
  13. </block>
  14. </swiper> -->
  15. <video
  16. src="https://vdse.bdstatic.com//7f3bf98bc7e22e8ccb10d3328b50f744.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-12-28T03%3A56%3A01Z%2F-1%2Fhost%2Fc6c3ede6fba4edf3cec2724df902c1b68d7be89069dc901493436b714b7b532c"
  17. controls autoplay loop></video>
  18. </view>
  19. <view class="twoTxt">
  20. <van-tabs active="{{ active }}">
  21. <van-tab title="车辆简介">
  22. <view class="carBrief">
  23. <view>
  24. <text>官方报价:</text>
  25. <text>30.98-53.98万</text>
  26. </view>
  27. <view>
  28. <text>排量:</text>
  29. <text>2.0T 3.0T</text>
  30. </view>
  31. <view>
  32. <text>级别:</text>
  33. <text>中大型车</text>
  34. </view>
  35. <view>
  36. <text>变速箱:</text>
  37. <text>双离合</text>
  38. </view>
  39. <view>
  40. <text>车身类型:</text>
  41. <text>三厢车</text>
  42. </view>
  43. <view>
  44. <text>车辆具体信息:</text>
  45. <text>C+超级豪华跑车;ALCANTARA车顶全景天窗;SACC高级巡航心痛3.0T;V6机械增压空气悬架系统圈画暗纹内饰独创香氛,馥兴之韵;L2.5级智能驾驶升级版智能人机交互奇技术;9H笼式防撞车身;</text>
  46. </view>
  47. </view>
  48. </van-tab>
  49. <van-tab title="达成条件">
  50. <view class="carGrade">
  51. <view>
  52. <text>本身等级:</text>
  53. <text>二星经理</text>
  54. </view>
  55. <view>
  56. <text>团队条件:</text>
  57. <text>团队中有五人与自身等级平等</text>
  58. </view>
  59. <view>
  60. <text>奖励积分:</text>
  61. <text>131419</text>
  62. </view>
  63. <view class="btn">
  64. <button type="warn" disabled="{{disabled}}" bindtap="receiveBtn">领取积分</button>
  65. </view>
  66. </view>
  67. </van-tab>
  68. </van-tabs>
  69. </view>
  70. </view>
  71. </view>