| | |
| | | scroll-y="{{true}}" |
| | | class="book" |
| | | bindscrolltolower="onReachBottom" |
| | | scroll-with-animation="{{true}}" |
| | | scroll-top="{{scrollTop}}" |
| | | > |
| | | <!-- 图书详情 --> |
| | | <view class="book-box"> |
| | |
| | | <empty /> |
| | | </view> |
| | | </t-tab-panel> |
| | | <!-- <t-tab-panel |
| | | label="电子书" |
| | | icon="{{tabValue == 'jsek_eBook' ? eBookClickIcon : eBookIcon}}" |
| | | value="jsek_eBook" |
| | | style="{{tabPanelstyle}}" |
| | | > |
| | | </t-tab-panel> --> |
| | | |
| | | <t-tab-panel |
| | | label="教学资源" |
| | | icon="{{tabValue == 'jsek_teachingResources' ? teachResourcesClickIcon : teachResourcesIcon}}" |
| | |
| | | bind:downloadTeach="downloadTeach" |
| | | bind:handleTree="handleTree" |
| | | openTeachids="{{openTeachids}}" |
| | | source="{{source}}" |
| | | activeId="{{activeId}}" |
| | | wx:if="{{teach.length}}" |
| | | isShoppingCart="isShoppingCart" |
| | | bind:updateCloudLearning="updateCloudLearning" |
| | | bind:handleScrollTop="handleScrollTop" |
| | | ></tree> |
| | | </view> |
| | | <view wx:if="{{loading}}" style="width: 100%; height: min-content"> |
| | |
| | | cloundMenuIsBuy="{{cloundMenuIsBuy}}" |
| | | learnMenu="{{learnMenu}}" |
| | | isCloundHaveSaleMethod="{{isCloundHaveSaleMethod}}" |
| | | source="{{source}}" |
| | | activeId="{{activeId}}" |
| | | bind:updateShoppingCartHidden="updateShoppingCartHidden" |
| | | bind:updateCloudLearning="updateCloudLearning" |
| | | bind:getCloundIsBuy="getCloundIsBuy" |
| | | bind:handleScrollTop="handleScrollTop" |
| | | ></tree> |
| | | </view> |
| | | <view wx:if="{{noResources && !loading}}" class="noData"> |
| | |
| | | </movable-view> |
| | | </movable-area> |
| | | <!-- 联系编辑弹窗 --> |
| | | <t-dialog visible="{{editDialog}}" close-btn> |
| | | <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 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'}}" |