1 line
1.4 KiB
Plaintext
1 line
1.4 KiB
Plaintext
<view class="hole-page"><view class="nav-bar"></view><view class="ipt"><uni-easyinput vue-id="13734240-1" suffixIcon="search" placeholder="请输入关键字" value="{{iptVal}}" data-event-opts="{{[['^iconClick',[['iconClick']]],['^input',[['__set_model',['','iptVal','$event',[]]]]]]}}" bind:iconClick="__e" bind:input="__e" bind:__l="__l"></uni-easyinput></view><view class="lower-cont"><block wx:for="{{noticeArr}}" wx:for-item="notice" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toggleNotice',['$0','$1','$2','$3','$4','$5','$6','$7','$8'],[[['noticeArr','',index,'id']],[['noticeArr','',index,'ifReceive']],[['noticeArr','',index,'ifSign']],[['noticeArr','',index,'noticeTheme']],[['noticeArr','',index,'noticeContent']],[['noticeArr','',index,'startTime']],[['noticeArr','',index,'endTime']],[['noticeArr','',index,'noticeType']],[['noticeArr','',index,'workTime']]]]]]]}}" class="single-notice" bindtap="__e"><view hidden="{{!(notice.noticeType==1)}}" class="single-exam"><view class="rig"><view style="font-size:16px;font-weight:bold;">{{notice.noticeTheme}}</view><view style="color:#868686;">{{notice.startTime+' ~ '+notice.endTime}}</view></view></view><view hidden="{{!(notice.noticeType==2)}}" class="single-edu"><view class="rig"><view style="font-size:16px;font-weight:bold;">{{notice.noticeTheme}}</view><view style="color:#868686;">{{notice.startTime+' ~ '+notice.endTime}}</view></view></view></view></block></view></view> |