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.
8 lines
382 B
8 lines
382 B
<view class="container">
|
|
<image src="/images/addlesson/upload.png" mode="widthFix" class="logo"></image>
|
|
<button style="width: 60%; height: 8%;" class="upload" bind:tap="AddLessonInfo">上传文件</button>
|
|
<view class="attention">
|
|
<text>请将文件名命名为课程名,系统将自动读取\n</text>
|
|
<text>注意只支持csv类型文件\n</text>
|
|
</view>
|
|
</view> |