| | |
| | | <view class="teach-btn"> |
| | | <t-button |
| | | theme="primary" |
| | | style="width: 120px; height: 36px" |
| | | class="btn" |
| | | bind:tap="uploadBtn" |
| | | > |
| | |
| | | <text>上传资源</text> |
| | | </view> |
| | | </t-button> |
| | | <!-- <t-button theme="primary" style="width: 120px; height: 36px"> |
| | | <!-- <t-button theme="primary" style="margin-left:20rpx" class="btn" bind:tap="mailbox"> |
| | | <view slot="content" class="btn-content"> |
| | | <t-image src="/static/images/bookService/detail/download.png"></t-image> |
| | | 批量下载 |
| | | <text>下载到邮箱</text> |
| | | </view> |
| | | </t-button> --> |
| | | </view> |
| | | <view |
| | | |
| | | <view wx:if="{{dialogBox}}"> |
| | | <view class="popup-box" bindtap="closeDialog"></view> |
| | | <view class="info-center" style="top:40%;"> |
| | | <view> |
| | | <view class="row-info"> |
| | | <view class="body"> |
| | | <view class="dialog-title">请输入邮箱</view> |
| | | <view class="input-box"> |
| | | <t-input |
| | | class="input" |
| | | placeholder="请输入邮箱号" |
| | | value="{{input}}" |
| | | bind:change="inputChange" |
| | | ></t-input> |
| | | </view> |
| | | </view> |
| | | <view class="row-btn"> |
| | | <view class="left-btn" bindtap="closeDialog">取消</view> |
| | | <view class="right-btn" bindtap="confirmM">确认</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- <view |
| | | class="applyResult {{applyState == 'none' ? 'applyNone' : applyState == 'Normal' ? 'applyPass' : applyState == 'WaitAudit' ? 'applying' :applyState == 'Reject' ? 'applyReject' :'' }}" |
| | | wx:if="{{treeList.length}}" |
| | | > |
| | |
| | | </view> |
| | | <view class="noData" wx:else> |
| | | <empty /> |
| | | </view> |
| | | </view> --> |
| | | <!-- 未通过原因 --> |
| | | <t-dialog |
| | | visible="{{showRejectDialog}}" |