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.

15 lines
610 B
Plaintext

<form catchsubmit="formSubmit">
<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">备注</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3">
<input class="weui-input" value="{{record.desp}}" name="desp" placeholder="请输入备注" placeholder-class="weui-input__placeholder" />
</view>
</view>
</view>
</view>
<button type='primary' formType="submit" class="loginOut sm-loginOut" style="font-weight:400;margin-top: 90px;">确定</button>
</form>