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.

48 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--pages/index/subpage/brand/brandDetails/brandDetails.wxml-->
<view class="video">
<video style="width: 100%; " src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400">
<l-icon name="left" color="black" size="48" class="back" bindtap="back" />
</video>
</view>
<view class="main">
<view class="main_title">探享·心境界星途揽月5座探享版开启预售</view>
<view class="title_tt">
<view class="card_time">2022-03-16 12:00:00</view>
<view class="card_time">285w次播放 </view>
</view>
<view class="data_tup">
<view class="data_card">
<image src="../brandDetails/images/ic_fenxiang@3x.png" style="width: 48rpx;height: 48rpx;vertical-align: middle;margin-right: 10rpx;"></image>
<text style="width: 48rpx;height: 48rpx;">分享</text>
</view>
<view class="data_card">
<image src="../brandDetails/images/ic_shoucang@3x.png" style="width: 48rpx;height: 48rpx;vertical-align: middle;margin-right: 10rpx;"></image>
<text style="width: 48rpx;height: 48rpx;">收藏</text>
</view>
<view class="data_card">
<image src="../brandDetails/images/ic_baocun@3x.png" style="width: 48rpx;height: 48rpx;vertical-align: middle;margin-right: 10rpx;"></image>
<text>保存</text>
</view>
</view>
</view>
<!-- 任务展示 -->
<view class="quest">
<view class="quest_text">相关推荐</view>
<view class="quest_crad" wx:for="{{questes}}" wx:key="index" data-url="/pages/quest/subpage/detail/detail" bindtap="to">
<view class="card_main">
<view class="crad_left_top">
<view class="card_title">{{item.title}}</view>
<view class="crad_text">{{item.text}}</view>
<view class="card_time">{{item.time}}</view>
</view>
<!-- <view class="crad_image"></view> -->
<view class="crad_right">
<view class="crad_right_type"> {{item.type === 1 ? '视频' : '文章'}}</view>
<view class="crad_right_num">
{{item.type === 1 ? item.num+'次播放' : item.num+'次阅读'}}{{item.duration}}
</view>
<image class="crad_image" src="/pages/quest/subpage/detail/image/short/img_xtuone@2x.png"></image>
</view>
</view>
</view>
</view>