1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <view class="main">
- <view class="one">
- 车奖明细
- </view>
- <view class="two">
- <view class="twoImg">
- <!-- <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}"
- duration="{{duration}}">
- <block wx:key="unique" wx:for="{{bannerList}}" wx:for-item="item">
- <swiper-item>
- <image src="{{item.pic}}"></image>
- </swiper-item>
- </block>
- </swiper> -->
- <video
- src="https://vdse.bdstatic.com//7f3bf98bc7e22e8ccb10d3328b50f744.mp4?authorization=bce-auth-v1%2F40f207e648424f47b2e3dfbb1014b1a5%2F2020-12-28T03%3A56%3A01Z%2F-1%2Fhost%2Fc6c3ede6fba4edf3cec2724df902c1b68d7be89069dc901493436b714b7b532c"
- controls autoplay loop></video>
- </view>
- <view class="twoTxt">
- <van-tabs active="{{ active }}">
- <van-tab title="车辆简介">
- <view class="carBrief">
- <view>
- <text>官方报价:</text>
- <text>30.98-53.98万</text>
- </view>
- <view>
- <text>排量:</text>
- <text>2.0T 3.0T</text>
- </view>
- <view>
- <text>级别:</text>
- <text>中大型车</text>
- </view>
- <view>
- <text>变速箱:</text>
- <text>双离合</text>
- </view>
- <view>
- <text>车身类型:</text>
- <text>三厢车</text>
- </view>
- <view>
- <text>车辆具体信息:</text>
- <text>C+超级豪华跑车;ALCANTARA车顶全景天窗;SACC高级巡航心痛3.0T;V6机械增压空气悬架系统圈画暗纹内饰独创香氛,馥兴之韵;L2.5级智能驾驶升级版智能人机交互奇技术;9H笼式防撞车身;</text>
- </view>
- </view>
- </van-tab>
- <van-tab title="达成条件">
- <view class="carGrade">
- <view>
- <text>本身等级:</text>
- <text>二星经理</text>
- </view>
- <view>
- <text>团队条件:</text>
- <text>团队中有五人与自身等级平等</text>
- </view>
- <view>
- <text>奖励积分:</text>
- <text>131419</text>
- </view>
- <view class="btn">
- <button type="warn" disabled="{{disabled}}" bindtap="receiveBtn">领取积分</button>
- </view>
- </view>
- </van-tab>
- </van-tabs>
- </view>
- </view>
- </view>
|