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.
20 lines
1.1 KiB
20 lines
1.1 KiB
<view class="new_years">
|
|
<view wx:for="{{straddlen_list}}" class="img" bindtap="onChange" data-router='{{item.router_path}}'>
|
|
<image src="{{item.url}}" mode="widthFix"></image>
|
|
</view>
|
|
<view class="img positRel" >
|
|
<image mode="widthFix" src="https://mahuaimage2.oss-cn-qingdao.aliyuncs.com/mini_app/video/61ca7d5d743994756ea894f7ac294c303a549f3eaf4c0.jpg"></image>
|
|
<view class="input input1" style="top:{{input1_top}}rpx">
|
|
<input type="text" class="input1" bindinput='bindUserName'/>
|
|
<!-- <input type="text" class="input2" bindinput='bindNumber' />
|
|
<textarea name="" id="" cols="30" class="input3" rows="10" bindinput='bindOpinion'></textarea> -->
|
|
</view>
|
|
<view class="input input2" style="top:{{input2_top}}rpx">
|
|
<input type="text" class="input2" bindinput='bindNumber' />
|
|
</view>
|
|
<view class="input input3">
|
|
<textarea name="" class="text3" bindinput='bindOpinion'></textarea>
|
|
</view>
|
|
<image src="https://mahuaimage2.oss-cn-qingdao.aliyuncs.com/mini_app/video/61ca7e7498337f91897c7e1bd41041b3c57643d4da926.png" class="submit" catchtap="onSubmit" mode="widthFix"/>
|
|
</view>
|
|
</view> |