56 lines
1.8 KiB
Plaintext
56 lines
1.8 KiB
Plaintext
<view class="content data-v-4dace52a" wx:if="{{a}}">
|
||
<view class="data-v-4dace52a" wx:if="{{b}}">
|
||
<view class="info data-v-4dace52a">
|
||
<image class="logo data-v-4dace52a" src="{{c}}"></image>
|
||
<view class="right-content data-v-4dace52a">
|
||
<view class="desc data-v-4dace52a" style="font-weight: bold"
|
||
>{{d}}</view
|
||
>
|
||
<view class="desc data-v-4dace52a"
|
||
>VIN:<text class="data-v-4dace52a">{{e}}</text>
|
||
</view>
|
||
<view class="desc data-v-4dace52a" wx:if="{{f}}"
|
||
>油耗:百公里/{{g}}L</view
|
||
>
|
||
<view class="desc data-v-4dace52a" wx:if="{{h}}">国标:{{i}}</view>
|
||
</view>
|
||
</view>
|
||
<view class="module-title data-v-4dace52a">基本信息</view>
|
||
<view class="detail data-v-4dace52a">
|
||
<block wx:for="{{j}}" wx:key="h">
|
||
<view
|
||
class="{{['cell','data-v-4dace52a',item.c&&'mask',item.d&&'hidden']}}"
|
||
>
|
||
<view class="title data-v-4dace52a">{{item.a}}</view>
|
||
<view class="value data-v-4dace52a">{{item.b}}</view>
|
||
</view>
|
||
<view
|
||
bindtap="{{item.e}}"
|
||
class="unlock data-v-4dace52a"
|
||
hoverClass="default-hover-class"
|
||
hoverStayTime="100"
|
||
wx:if="{{k}}"
|
||
>
|
||
立即解锁
|
||
</view>
|
||
<ad class="data-v-4dace52a" unitId="{{item.g}}" wx:if="{{item.f}}"></ad>
|
||
</block>
|
||
</view>
|
||
<view class="module-title data-v-4dace52a">免责声明</view>
|
||
<view class="disclaimer data-v-4dace52a">{{l}}</view>
|
||
<divider bind:__l="__l" class="data-v-4dace52a" uI="4dace52a-0"></divider>
|
||
</view>
|
||
<empty
|
||
bind:__l="__l"
|
||
class="data-v-4dace52a"
|
||
uI="4dace52a-1"
|
||
uP="{{n}}"
|
||
wx:if="{{m}}"
|
||
></empty>
|
||
<float-share
|
||
bind:__l="__l"
|
||
class="data-v-4dace52a"
|
||
uI="4dace52a-2"
|
||
></float-share>
|
||
</view>
|