init
This commit is contained in:
26
wx49a18253b90a02d2/pages/contact/liuyan.wxml
Normal file
26
wx49a18253b90a02d2/pages/contact/liuyan.wxml
Normal 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>
|
||||
Reference in New Issue
Block a user