You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
|
|
|
|
<form catchsubmit="formSubmit">
|
|
<view class="p10 bgf mt12">
|
|
<textarea name="{{name}}" type="text" maxlength="-1" placeholder="请输入" placeholder-class="weui-input__placeholder" auto-height="true" style="background-color: #ffffff;min-height: 90px;width: 100%;" value="{{defaultValue}}"></textarea>
|
|
</view>
|
|
<!-- <view class="mt10 bgf">
|
|
<view class="weui-cells weui-cells_after-title" style="margin-top: 0;">
|
|
<view class="weui-cell">
|
|
<view class="weui-cell__bd f16 c6">
|
|
<picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">{{array[index]}}
|
|
<i class="iconfont icon-zhankai f12"></i>
|
|
</picker>
|
|
</view>
|
|
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">
|
|
<input class="weui-input" name="agencyName" placeholder="请输入金额 如15" placeholder-class="weui-input__placeholder" />
|
|
</view>
|
|
</view>
|
|
<view class="weui-cell">
|
|
<view class="weui-cell__bd f16 c6">综合月薪</view>
|
|
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">
|
|
<input class="weui-input" name="agencyName" placeholder="请输入综合月薪" placeholder-class="weui-input__placeholder" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> -->
|
|
|
|
|
|
|
|
<!-- <view style="padding-bottom: 60px;">
|
|
<button type='primary' class="loginOut sm-loginOut" formType="submit" style="font-weight:400;margin-top:90px;">确定</button>
|
|
</view> -->
|
|
<view class="btmFix display-flex" style="justify-content: center;">
|
|
<button type='primary' class="loginOut sm-loginOut" formType="submit" style="font-weight:blod;margin-top: 16px;">确定</button>
|
|
</view>
|
|
|
|
</form> |