This commit is contained in:
2024-08-22 12:35:26 +08:00
commit d41d4d6cd0
78 changed files with 1179 additions and 0 deletions

26
pages/contact/liuyan.wxml Normal file
View File

@@ -0,0 +1,26 @@
<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>