|
@@ -4,14 +4,17 @@
|
|
|
</view>
|
|
|
<view class="two">
|
|
|
<view class="twoImg">
|
|
|
- <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}"
|
|
|
+ <!-- <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>
|
|
|
+ </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 }}">
|
|
@@ -39,7 +42,7 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>车辆具体信息:</text>
|
|
|
- <text>车辆简介车辆简介车辆简介车辆简介车辆简介车辆简介车辆简介车辆简介车辆简介车辆简介车辆简介</text>
|
|
|
+ <text>C+超级豪华跑车;ALCANTARA车顶全景天窗;SACC高级巡航心痛3.0T;V6机械增压空气悬架系统圈画暗纹内饰独创香氛,馥兴之韵;L2.5级智能驾驶升级版智能人机交互奇技术;9H笼式防撞车身;</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</van-tab>
|
|
@@ -55,7 +58,7 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>奖励积分:</text>
|
|
|
- <text>131400</text>
|
|
|
+ <text>131419</text>
|
|
|
</view>
|
|
|
<view class="btn">
|
|
|
<button type="warn" disabled="{{disabled}}" bindtap="receiveBtn">领取积分</button>
|