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.

41 lines
1.3 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>
<view class="release-view">
<form bindsubmit='upload' bindreset='formReset'>
<label>输入接龙内容:
<input type="text" name="content" value="请输入" placeholder="输入您要接龙的内容" ></input>
<button form-type="submit" >保存</button>
</label>
</form>
</view>
</block>
</scroll-view>