| | |
| | | <!--packageBookService/pages/bookServices/detail/buyResource/index.wxml--> |
| | | <!-- 资源购买页面 --> |
| | | |
| | | <import src="index.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{loading}}" /> |
| | | |
| | | <!--导航区域 --> |
| | | <view style="width: 100%; height: {{barHeight}}px; "></view> |
| | | <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> |
| | |
| | | /> |
| | | </view> |
| | | |
| | | <view class="noData" wx:if="{{loading}}"> |
| | | <!-- <view class="noData" wx:if="{{loading}}"> |
| | | <t-loading size="60rpx" loading="{{loading}}" /> |
| | | </view> |
| | | </view> --> |
| | | |
| | | <view class="page-bottom"> |
| | | <t-button theme="primary" size="large" class="btn-buy" bindtap="batchPurchase" |