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.

33 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--pages/submit/submit.wxml-->
<!-- <view class="task-item -title"><test>任务名称:</test> {{item.id}}</view> -->
<swiper indicator-dots="{{true}}" autoplay="{{true}}" interval="{{4000}}">
<swiper-item>
<view class="swiper-item">
<image src="/static/sumbit/OIP-C.jpg"></image>
</view>
</swiper-item>
</swiper>
<scroll-view scroll-y="true">
<!--遍历list变量名要和js中的名字相同且item是定值不可修改 -->
<block class='widget'>
<view class='widget'>
<text class='column'>您提交的任务信息如下:</text>
</view>
<view class='widget'>
<view class="column">
<text class='column'>ID{{id}}</text>
</view>
<view class="column">
<test>任务名称: {{name}}</test>
</view>
<view class="column">
<test>任务内容: {{property}} </test>
</view>
</view>
<button type='primary' bindtap='onUpload'>选择文件</button>
</block>
</scroll-view>