| | |
| | | <!--pages/bookServices/detail/index.wxml--> |
| | | <import src="index.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{pageLoading}}" /> |
| | | <!-- pageLoading --> |
| | | <!--导航区域 --> |
| | | |
| | | <suggest-dialog |
| | | class="suggest-dialog" |
| | |
| | | ></suggest-dialog> |
| | | <!-- <popup showIndex="{{showIndex}}"></popup> --> |
| | | <view class="page-bookService" wx:if="{{!pageLoading}}"> |
| | | <!-- <view style="width: 100%; height: {{barHeight}}px; "></view> |
| | | <view class="nacigationBar" style="width: 100%; height: {{navBarHeight}}px;"> |
| | | <view> |
| | | <t-icon |
| | | name="chevron-left" |
| | | size="30" |
| | | data-name="{{item}}" |
| | | bind:click="goBack" |
| | | /> |
| | | </view> |
| | | <view class="navbar-title" style="width: 100%"> |
| | | <text>{{options.name}}</text> |
| | | </view> |
| | | </view> --> |
| | | <t-toast id="t-toast" /> |
| | | <movable-area class="movable-area"> |
| | | <scroll-view |
| | |
| | | value="jsek_teachingResources" |
| | | class="{{loading ? 'loading': ''}}" |
| | | > |
| | | <view |
| | | wx:if="{{!loading && teach.length && !noResources && applyState}}" |
| | | > |
| | | <view wx:if="{{!loading && applyState}}"> |
| | | <teach-resource |
| | | applyState="{{applyState}}" |
| | | rejectCause="{{rejectCause}}" |
| | | deadline="{{deadline}}" |
| | | bind:applyResource="applyResource" |
| | | treeList="{{teach}}" |
| | | applyResourceLoading="{{applyResourceLoading}}" |
| | | bind:uploadFile="uploadFile" |
| | | ></teach-resource> |
| | |
| | | loading="{{loading}}" |
| | | ></t-skeleton> |
| | | </view> |
| | | <view wx:if="{{noResources && !loading}}" class="noData"> |
| | | <!-- <t-empty icon="folder-open" description="暂无数据" /> --> |
| | | <empty /> |
| | | </view> |
| | | </t-tab-panel> |
| | | <t-tab-panel |
| | | label="云学习" |
| | |
| | | isshowDrawBtn="{{isshowDrawBtn}}" |
| | | successOrderNumber="{{successOrderNumber}}" |
| | | isGoBuyResource="{{isGoBuyResource}}" |
| | | isShowBuyCloundMenu="{{isShowBuyCloundMenu}}" |
| | | isShowBuyCloundBtn="{{isShowBuyCloundBtn}}" |
| | | bind:buyCloudLearnClass="buyCloudLearnClass" |
| | | ></learn-resource> |
| | | |
| | | <tree |
| | |
| | | treeList="{{learn}}" |
| | | buyIds="{{buyIdList}}" |
| | | openLearnids="{{openLearnids}}" |
| | | cloundMenuIsBuy="{{cloundMenuIsBuy}}" |
| | | bind:updateShoppingCartHidden="updateShoppingCartHidden" |
| | | bind:updateCloudLearning="updateCloudLearning" |
| | | bind:getCloundIsBuy="getCloundIsBuy" |
| | | ></tree> |
| | | </view> |
| | | <view wx:if="{{noResources && !loading}}" class="noData"> |
| | |
| | | <view class="from-item"> |
| | | <view class="label"> <text class="icon">*</text>资源类型: </view> |
| | | <view class="item-content"> |
| | | <view class="inputBox1"> |
| | | <t-input |
| | | placeholder="输入资源类型" |
| | | borderless |
| | | value="{{resourceInfo.fileType}}" |
| | | bindchange="onFileTypeInput" |
| | | /> |
| | | </view> |
| | | <!-- <view class="inputBox1"> |
| | | <t-input placeholder="输入资源类型" borderless value="{{resourceInfo.fileType}}" bindchange="onFileTypeInput" /> |
| | | </view> --> |
| | | <t-cell |
| | | class="mb-16" |
| | | title="" |
| | | arrow |
| | | hover |
| | | note="{{resourceInfo.fileType}}" |
| | | bind:click="onResourcePicker" |
| | | /> |
| | | <t-picker |
| | | visible="{{resourceVisible}}" |
| | | value="{{resourceValue}}" |
| | | data-key="resource" |
| | | title="选择资源类型" |
| | | cancelBtn="取消" |
| | | confirmBtn="确认" |
| | | usingCustomNavbar |
| | | bindchange="onPickerChange" |
| | | bindcancel="onPickerCancel" |
| | | > |
| | | <t-picker-item options="{{fileTypeList}}" /> |
| | | </t-picker> |
| | | </view> |
| | | </view> |
| | | <view class="from-item"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="popupBox"> |
| | | <t-popup |
| | | visible="{{protocolShow}}" |