28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
<!--pages/log/index.wxml-->
|
|
<view class="padding">
|
|
<view wx:for="{{list}}">
|
|
<view class="flex flex-center flex-justify-start full-width mb-32" >
|
|
<view class="avatar flex flex-center font-12" style="background-color: {{index === 0 ? '#4FAB5F':'grey'}};">
|
|
<view wx:if="{{index === 0}}" class="white">今天</view>
|
|
<view wx:else class="white">16</view>
|
|
</view>
|
|
<view class="ml-16">11月17日</view>
|
|
</view>
|
|
<view class="mb-16">
|
|
<view wx:for="{{3}}">
|
|
<view class="flex flex-center flex-justify-start mb-16 row padding">
|
|
<image src="https://pic1.zhimg.com/v2-e58efabf7a05544e04b6004b9b63e645_720w.jpg?source=172ae18b" style="width:100rpx;height: 100rpx; border-radius: 16rpx;"></image>
|
|
<view class="ml-16">
|
|
<view>
|
|
玉露多肉
|
|
</view>
|
|
<view class="font-12 flex flex-center flex-justify-start ">
|
|
<t-icon name="refresh"></t-icon>
|
|
<view class="ml-16">换盘</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |