Files
AGuestSaas/pages/mall/mall_video/mall_video.wxml
2020-12-28 09:16:11 +08:00

47 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 商品直播列表 -->
<view class="videoList">
<view class="videoList-label">
<view class="videoList-img">
<image class="videoList-cover" src="/static/img/goods_text.png" mode="aspectFill"></image>
<view class="videoList-tips">
<view class="videoList-tips-img"><image src="/static/mall_icon/liveIng_icon_white.png"></image></view>
<view class="videoList-tips-text">正在直播</view>
</view>
</view>
<view class="videoList-cont">
<view class="videoList-title">风光雪月跨年季</view>
<view class="videoList-user">
<view class="videoList-head">
<image src="/static/mall_icon/mallDetails_user.png"></image>
<text class="nowrap">张慢慢呀</text>
</view>
<view class="videoList-time">
<image src="/static/mall_icon/liveIng_viedo.png"></image>
<text>开播时间2020-12-22 19:00:00</text>
</view>
</view>
</view>
</view>
<view class="videoList-label">
<view class="videoList-img">
<image class="videoList-cover" src="/static/img/goods_text.png" mode="aspectFill"></image>
<view class="videoList-tips videoList-tips-end">
<view class="videoList-tips-img"><image src="/static/mall_icon/liveEnd_icon_white.png"></image></view>
<view class="videoList-tips-text">已结束</view>
</view>
</view>
<view class="videoList-cont">
<view class="videoList-title">风光雪月跨年季</view>
<view class="videoList-user">
<view class="videoList-head">
<image src="/static/mall_icon/mallDetails_user.png"></image>
<text class="nowrap">张慢慢呀</text>
</view>
<view class="videoList-time">
<image src="/static/mall_icon/liveIng_viedo.png"></image>
<text>开播时间2020-12-22 19:00:00</text>
</view>
</view>
</view>
</view>
</view>