1 line
2.1 KiB
Plaintext
1 line
2.1 KiB
Plaintext
<view><view class="m-activity-item"><image class="m-activity-img" src="EventMainPic" mode="aspectFill"></image><view class="m-activity-info"><view class="m-activity-name">{{Title}}</view><label class="iconfont icon-shijian gray"></label><label class="m-activity-time">{{EventTime}}</label></view></view><view class="m-cells m-cells-form"><view class="m-cell"><view class="m-cell-hd"><label class="u-label">{{$root.m0+":"}}</label></view><view class="m-cell-bd"><input class="u-input" type="text" placeholder="{{$root.m1}}" data-event-opts="{{[['input',[['inputname',['$event']]]]]}}" bindinput="__e"/></view><block wx:if="{{!isName}}"><view class="m-cell-ft"><icon class="m-icon-warn" type="warn"></icon></view></block></view><view class="m-cell"><view class="m-cell-hd"><label class="u-label">{{$root.m2+":"}}</label></view><view class="m-cell-bd"><input class="u-input" type="number" placeholder="{{$root.m3}}" data-event-opts="{{[['input',[['inputphone',['$event']]]]]}}" bindinput="__e"/></view><block wx:if="{{!isPhone}}"><view class="m-cell-ft"><icon class="m-icon-warn" type="warn"></icon></view></block></view><view class="m-cell"><view class="m-cell-hd"><label class="u-label">{{$root.m4+":"}}</label></view><view class="m-cell-bd"><input class="u-input" type="text" placeholder="{{$root.m5}}" data-event-opts="{{[['input',[['inputfirm',['$event']]]]]}}" bindinput="__e"/></view><block wx:if="{{!isFirm}}"><view class="m-cell-ft"><icon class="m-icon-warn" type="warn"></icon></view></block></view><view class="m-cell"><view class="m-cell-hd"><label class="u-label">{{$root.m6+":"}}</label></view><view class="m-cell-bd"><input class="u-input" type="text" placeholder="{{$root.m7}}" data-event-opts="{{[['input',[['inputjob',['$event']]]]]}}" bindinput="__e"/></view><block wx:if="{{!isJob}}"><view class="m-cell-ft"><icon class="m-icon-warn" type="warn"></icon></view></block></view></view><view class="btn_box"><form report-submit="true" data-event-opts="{{[['submit',[['signinnow',['$event']]]]]}}" bindsubmit="__e"><button class="u-btn u-btn-default" formType="submit">{{source=="activity"?$root.m8:$root.m9}}</button></form></view></view> |