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.

17 lines
777 B
Plaintext

2 years ago
<form catchsubmit="formSubmit">
<view class="p10" style="padding-bottom: 90px;">
<textarea class="weui-textarea wta2" type="text" maxlength="-1" value="{{policy}}" placeholder="请输入" cursor-spacing="100" placeholder-class="weui-input__placeholder" auto-height="true" bindlinechange="textareaFocus" style="white-space: pre-line;" id="textareawrap" name="textarea"></textarea>
</view>
<view class="btmFix display-flex" style="justify-content: center;">
<view class="" style="margin-right: 20px;">
<button class="resetBtn" style="font-weight: 400" bindtap="cancelForm">取消</button>
</view>
<view class="">
<button type="primary" class="loginOut" formType="submit" hover-class="behover" style="font-weight: 400">确定</button>
</view>
</view>
</form>