1 line
678 B
Plaintext
1 line
678 B
Plaintext
<view class="diy-timeline" style="{{'padding:'+(paddingTop+' '+paddingLeft)+';'+('background:'+(showStyle.background)+';')+('border-radius:'+(itemBorderRadius)+';')}}"><u-time-line vue-id="368e4349-1" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{showData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-time-line-item vue-id="{{('368e4349-2-'+index)+','+('368e4349-1')}}" bgColor="{{item.color}}" bind:__l="__l" vue-slots="{{['content']}}"><view slot="content"><view class="u-order-desc">{{item.content}}</view><block wx:if="{{item.hide}}"><view class="u-order-time">{{item.time}}</view></block></view></u-time-line-item></block></u-time-line></view> |