| | |
| | | src="/static/images/bookService/detail/suggest.png" |
| | | /> |
| | | </view> |
| | | <view class="use-title">我要建议</view> |
| | | <view class="use-title">建议</view> |
| | | </view> |
| | | <view class="suggest" bindtap="editPhone"> |
| | | <t-icon |
| | | class="editIcon" |
| | | style="color: rgb(194, 194, 194)" |
| | | name="calendar-edit" |
| | | size="40rpx" |
| | | /> |
| | | <view class="use-title">联系</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | rejectCause="{{rejectCause}}" |
| | | deadline="{{deadline}}" |
| | | bind:applyResource="applyResource" |
| | | treeList="{{teach}}" |
| | | md5List="{{md5List}}" |
| | | applyResourceLoading="{{applyResourceLoading}}" |
| | | bind:uploadFile="uploadFile" |
| | | ></teach-resource> |
| | |
| | | bind:updateCloudLearning="updateCloudLearning" |
| | | ></tree> |
| | | </view> |
| | | <!-- <t-loading |
| | | theme="circular" |
| | | size="60rpx" |
| | | class="loading" |
| | | loading="{{loading }}" |
| | | /> --> |
| | | <view wx:if="{{loading}}" style="width: 100%; height: min-content"> |
| | | <t-skeleton |
| | | row-col="{{rowCol}}" |
| | |
| | | animation="gradient" |
| | | loading="{{loading}}" |
| | | ></t-skeleton> |
| | | </view> |
| | | <view wx:if="{{noResources && !loading}}" class="noData"> |
| | | <empty /> |
| | | </view> |
| | | </t-tab-panel> |
| | | <t-tab-panel |
| | |
| | | bookInfo="{{bookDetail}}" |
| | | tab="{{tabValue}}" |
| | | treeList="{{learn}}" |
| | | learnList="{{learn}}" |
| | | buyIds="{{buyIdList}}" |
| | | openLearnids="{{openLearnids}}" |
| | | cloundMenuIsBuy="{{cloundMenuIsBuy}}" |
| | | learnMenu="{{learnMenu}}" |
| | | isCloundHaveSaleMethod="{{isCloundHaveSaleMethod}}" |
| | | bind:updateShoppingCartHidden="updateShoppingCartHidden" |
| | | bind:updateCloudLearning="updateCloudLearning" |
| | | bind:getCloundIsBuy="getCloundIsBuy" |
| | | ></tree> |
| | | </view> |
| | | <view wx:if="{{noResources && !loading}}" class="noData"> |
| | | <!-- <t-empty icon="folder-open" description="暂无数据" /> --> |
| | | <empty /> |
| | | </view> |
| | | </t-tab-panel> |
| | |
| | | <test-resource |
| | | id="test-resource" |
| | | list="{{test}}" |
| | | bankSaleData="{{bankSaleData}}" |
| | | isBuyBank="{{isBuyBank}}" |
| | | isShoppingBank="{{isShoppingBank}}" |
| | | bookInfo="{{bookDetail}}" |
| | | openIds="{{openLearnids}}" |
| | | mockData="{{mockData}}" |
| | |
| | | storeInfo="{{options.storeInfo}}" |
| | | jslx="{{jslx}}" |
| | | bind:buyMock="buyMock" |
| | | bind:buyBank="buyBank" |
| | | bind:handleShoppingBank="handleShoppingBank" |
| | | ></test-resource> |
| | | </view> |
| | | </t-tab-panel> |
| | |
| | | </view> |
| | | </movable-view> |
| | | </movable-area> |
| | | <!-- 联系编辑弹窗 --> |
| | | <t-dialog visible="{{editDialog}}" close-btn bind:close="closeEditDialog"> |
| | | <view slot="content" class="editContent"> |
| | | <view class="editText">图书编辑:{{bookDetail.bookEditor}}</view> |
| | | <view class="editText">联系方式:{{bookDetail.contactInformation}}</view> |
| | | </view> |
| | | </t-dialog> |
| | | <!-- 我要建议弹窗 --> |
| | | <suggest |
| | | class="suggest-component" |
| | |
| | | <view class="btn-text">纸质样书申请</view> |
| | | </view> |
| | | <view |
| | | class="{{!bookBuy && bookDetail.isSell ? 'bottom-btn tryRead' : 'bottom-btn try'}}" |
| | | class="{{!bookBuy ? 'bottom-btn tryRead' : 'bottom-btn try'}}" |
| | | bind:tap="goRead" |
| | | data-type="freeFile" |
| | | wx:if="{{!bookBuy || applicationState == 'overdue'}}" |
| | | > |
| | | <view> |
| | |
| | | <view |
| | | class="buy read" |
| | | bind:tap="goRead" |
| | | data-type="file" |
| | | wx:if="{{bookBuy || applicationState == 'Normal'}}" |
| | | >立即查看</view |
| | | > |
| | |
| | | wx:if="{{!isShowUp && fileList.length > 0}}" |
| | | class="fileList" |
| | | > |
| | | <text>{{fileList[0].name}}</text> |
| | | <text class="fileName">{{fileList[0].name}}</text> |
| | | <image |
| | | src="/static/images/bookService/detail/deleteHover.png" |
| | | class="deleteBtn" |