GSExamProj/unpackage/dist/dev/mp-weixin/pages/noticePage/noticePage.wxml

1 line
2.6 KiB
Plaintext
Raw Normal View History

2024-04-18 11:01:57 +08:00
<view><view class="nav-bar"></view><view class="upper-cont"><timeline vue-id="3db868e0-1" bind:__l="__l" vue-slots="{{['default']}}"><timeline-item vue-id="{{('3db868e0-2')+','+('3db868e0-1')}}" leftTime="公告主题" bind:__l="__l" vue-slots="{{['default']}}"><view class="tripItem"><view class="title">{{theme}}</view></view></timeline-item><timeline-item vue-id="{{('3db868e0-3')+','+('3db868e0-1')}}" leftTime="公告内容" bind:__l="__l" vue-slots="{{['default']}}"><view class="tripItem"><view class="title">{{content}}</view></view></timeline-item><timeline-item vue-id="{{('3db868e0-4')+','+('3db868e0-1')}}" leftTime="公告开始时间" bind:__l="__l" vue-slots="{{['default']}}"><view class="tripItem"><view class="title">{{startTime}}</view></view></timeline-item><timeline-item vue-id="{{('3db868e0-5')+','+('3db868e0-1')}}" leftTime="公告结束时间" bind:__l="__l" vue-slots="{{['default']}}"><view class="tripItem"><view class="title">{{endTime}}</view></view></timeline-item><timeline-item vue-id="{{('3db868e0-6')+','+('3db868e0-1')}}" leftTime="工时" bind:__l="__l" vue-slots="{{['default']}}"><view class="tripItem"><view class="title">{{workTime}}</view></view></timeline-item><timeline-item vue-id="{{('3db868e0-7')+','+('3db868e0-1')}}" leftTime="公告类型" bind:__l="__l" vue-slots="{{['default']}}"><view class="tripItem"><view class="title">{{type}}</view></view></timeline-item></timeline></view><view class="btn-area"><button data-event-opts="{{[['tap',[['jumpExam',['$event']]]]]}}" hidden="{{!(type=='考试')}}" bindtap="__e">进入考试</button><button data-event-opts="{{[['tap',[['jumpEdu',['$event']]]]]}}" hidden="{{!(type=='培训')}}" bindtap="__e">进入培训</button><button disabled="{{signBtnDisabled}}" data-event-opts="{{[['tap',[['clickSign',['$event']]]]]}}" bindtap="__e">{{signContent}}</button></view><uni-popup class="vue-ref" vue-id="3db868e0-8" type="bottom" data-ref="popup" bind:__l="__l" vue-slots="{{['default']}}"><view class="btm-popup"><view class="_h5">提示:签名完成后请点击下方的“保存”按钮</view><l-signature class="vue-ref" vue-id="{{('3db868e0-9')+','+('3db868e0-8')}}" disableScroll="{{true}}" penColor="{{penColor}}" penSize="{{penSize}}" openSmooth="{{openSmooth}}" data-ref="signatureRef" bind:__l="__l"></l-signature></view><view class="btns" style="display:flex;justify-content:space-around;background-color:#fff;"><view data-event-opts="{{[['tap',[['fixSign',['clear']]]]]}}" bindtap="__e">清空</view><view data-event-opts="{{[['tap',[['fixSign',['undo']]]]]}}" bindtap="__e">撤消</view><view data-event-opts="{{[['tap',[['fixSign',['save']]]]]}}" bindtap="__e">保存</view></view></uni-popup></view>