meeting.wxml 2.1 KB

1
  1. <view class="content"><view class="table"><view class="table-title"><view class="title">会议主题:</view><view class="val">{{''+meeting.name+''}}</view><view class="title">会议主持人:</view><view class="val">{{''+meeting.host+''}}</view><view class="title">开始时间:</view><view class="val">{{''+meeting.start+''}}</view><view class="title">结束时间:</view><view class="val">{{''+meeting.endtime+''}}</view><view class="title">会议内容:</view><view class="val"><rich-text nodes="{{meeting.content}}"></rich-text></view><block wx:if="{{meeting.url}}"><view class="title">会议地址:</view><view data-event-opts="{{[['tap',[['hhhh',['$0'],['meeting.url']]]]]}}" class="val" bindtap="__e">{{''+meeting.url+''}}</view></block><view data-event-opts="{{[['tap',[['openJoin',[0]]]]]}}" class="button button1" bindtap="__e">本人参加</view><view data-event-opts="{{[['tap',[['openJoin',[1]]]]]}}" class="button" bindtap="__e">他人参加</view></view></view><uni-popup class="vue-ref" vue-id="f4d82570-1" type="center" data-ref="join" bind:__l="__l" vue-slots="{{['default']}}"><view class="join-wrap"><view class="join-tit">{{''+(is_true==1?'他人参加':'本人参加')+''}}</view><view class="content"><view class="left">姓名</view><input type="text" value="{{name}}" placeholder="请输入姓名" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" bindinput="__e"/></view><view class="content"><view class="left">联系方式</view><input type="text" value="{{phone}}" placeholder="请输入联系方式" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" bindinput="__e"/></view><view class="content"><view class="left">职务</view><picker class="input" range="{{zhiwuList}}" data-event-opts="{{[['change',[['bindZhiwu',['$event']]]]]}}" bindchange="__e"><view class="{{['box-right',(zhiwu=='')?'hui':'']}}">{{zhiwu||'请选择职务'}}</view></picker></view><view data-event-opts="{{[['tap',[['subJoin',['$event']]]]]}}" class="{{['join-btn',(subing)?'bghui':'']}}" catchtap="__e">确认提交</view></view></uni-popup></view>