| | |
| | | <!-- 资源购买页面 --> |
| | | |
| | | <import src="index.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{loading}}" /> |
| | | |
| | | <view wx:if="{{haider}}"> |
| | | <view> |
| | | <!--导航区域 --> |
| | | <view style="width: 100%; height: {{barHeight}}px; "></view> |
| | | <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> |
| | | <view class="flex"> |
| | | <view> |
| | | <t-icon |
| | | name="chevron-left" |
| | | size="30" |
| | | data-name="{{item}}" |
| | | bind:click="goBack" |
| | | <view class="back-icon"> |
| | | <!-- <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> --> |
| | | <image |
| | | src="/static/images/digitalTextbooks/chevron-left.png" |
| | | bind:tap="goBack" |
| | | mode="aspectFit" |
| | | /> |
| | | </view> |
| | | <view class="navbar-title">资源购买</view> |
| | |
| | | bind:changeCheckAll="changeCheckAll" |
| | | bind:changeListChecked="changeListChecked" |
| | | bind:changeResourceChecked="changeResourceChecked" |
| | | bind:updateCloudLearning="updateCloudLearning" |
| | | /> |
| | | <view class="noData" wx:if="{{noData}}"> |
| | | <t-empty icon="folder-open" description="暂无数据" /> |
| | | <!-- <t-empty icon="folder-open" description="暂无数据" /> --> |
| | | <empty /> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="page-bottom"> |
| | | <t-button |
| | | theme="primary" |
| | |
| | | > |
| | | </view> |
| | | </view> |
| | | |
| | | <import src="index.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{loading}}" /> |