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.
5 lines
295 B
5 lines
295 B
<rich-text class='title'>填写服务需求</rich-text>
|
|
<form bindsubmit="bindFormSubmit" data-item='{{product}}'>
|
|
<textarea placeholder="请在此写下您的其他需求......" name="textarea" value='{{remark}}'/>
|
|
<button class='subBtn' form-type="submit"> 确定 </button>
|
|
</form>
|