Files
2024-08-22 12:47:21 +08:00

27 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<view class="page">
<form bindsubmit="fromSubmit">
<view class="table_form">
<view class="input bdbt">
<text>咨询产品</text>
<input name="product_name" placeholder="咨询什么产品呢" type="text"></input>
</view>
<view class="input bdbt">
<text>您的称呼</text>
<input name="name" placeholder="请输入您的称呼" type="text"></input>
</view>
<view class="input bdbt">
<text>联系电话</text>
<input name="tel" placeholder="请输入联系电话" type="text"></input>
</view>
<view class="table_form">
<view class="textarea">
<text>备注</text>
<textarea name="remarks" placeholder="描述一下您的需求最多500字"></textarea>
</view>
</view>
</view>
<button class="table_btn" formType="submit" style="background:red">立刻申请</button>
</form>
<view class="jszc">技术支持:某某科技公司</view>
</view>