You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
482 B
15 lines
482 B
<view class="module">
|
|
<text>课堂资源</text>
|
|
<view class="no-file-view">
|
|
<image hidden="{{files.length!=0 || loading}}" src="{{imgDir}}/blank2.png" class="no-file"></image>
|
|
</view>
|
|
<view class="files">
|
|
<view class="file-wrap" wx:for="{{files}}" wx:key="id">
|
|
<file-item data="{{item}}"/>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{false}}" class="upload-file foot">
|
|
<button type="primary" size="mini" bindtap="upload">上传文件资源</button>
|
|
</view>
|