1 line
725 B
Plaintext
1 line
725 B
Plaintext
<view class="notice"><mescroll-body class="vue-ref" vue-id="6199cf00-1" up="{{upOption}}" data-ref="mescrollRef" data-event-opts="{{[['^init',[['mescrollInit']]],['^down',[['downCallback']]],['^up',[['upCallback']]]]}}" bind:init="__e" bind:down="__e" bind:up="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{lists}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="notice-item bg-white"><view class="flex row-between item-header"><view class="header-title md bold">{{item.title}}</view><view class="header-time muted xs">{{item.create_time}}</view></view><view class="item-main m-t-24"><view class="content sm lighter">{{item.content}}</view></view></view></block></mescroll-body></view> |