You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
998 B
23 lines
998 B
<view>
|
|
<view style="height: 40px;"></view>
|
|
<view class="event-list-content">
|
|
<van-cell-group>
|
|
<van-cell>
|
|
<view slot="title">
|
|
<view class="event-title">热点事件</view>
|
|
</view>
|
|
</van-cell>
|
|
<van-cell label="关联车型:比亚迪宋" title-width="450rpx" center clickable>
|
|
<view slot="title">
|
|
<view class="event-title-small">比亚迪宋MAX紧凑型mpv你看了不...</view>
|
|
</view>
|
|
<view>71.16</view>
|
|
<view>影响力</view>
|
|
</van-cell>
|
|
<van-cell label="关联车型:比亚迪宋" title-width="450rpx" title="比亚迪宋MAX紧凑型..." center>
|
|
<view>71.16</view>
|
|
<view>影响力</view>
|
|
</van-cell>
|
|
</van-cell-group>
|
|
</view>
|
|
</view> |