34 lines
1.7 KiB
Plaintext
34 lines
1.7 KiB
Plaintext
<!--pages/welfareImg/welfare_tj/welfare_tj.wxml-->
|
|
<view class="top">
|
|
<image src="{{bgImg}}welfare_top.png"></image>
|
|
</view>
|
|
<view class="cont">
|
|
<view class="title">联系方式</view>
|
|
<view class="itp display_J_S display_A_C">
|
|
<view class="itp-l">真实姓名</view>
|
|
<input type="text" placeholder="请输入您的姓名" value="{{name}}" bindinput="name" placeholder-class="ccc" />
|
|
</view>
|
|
<view class="itp display_J_S display_A_C">
|
|
<view class="itp-l">联系方式</view>
|
|
<input type="text" placeholder="请输入您的联系方式" value="{{phone}}" bindinput="phone" placeholder-class="ccc" />
|
|
</view>
|
|
<view class="itp display_J_S display_A_C">
|
|
<view class="itp-l">公司名称</view>
|
|
<input type="text" placeholder="请输入您的公司名称" value="{{gsmc}}" bindinput="gsmc" placeholder-class="ccc" />
|
|
</view>
|
|
<view class="itp display_J_S display_A_C" style="margin-bottom:90rpx;">
|
|
<view class="itp-l">要货时间</view>
|
|
<!-- <input type="text" placeholder="请输入您的要货时间" value="{{time}}" bindinput="time" /> -->
|
|
<picker mode="date" value="{{date}}" start="{{dataNow}}" bindchange="bindDateChange">
|
|
<view class="display_J_S display_A_C itp_pic">
|
|
<view class="pic {{date==''?'ccc':''}}">{{date==''?'请选择您的要货时间':date}}</view>
|
|
<image src="/icon/c-down.png"></image>
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
<view class="title">定制内容</view>
|
|
<textarea maxlength='-1' bindinput="cont" value="{{cont}}" placeholder-class="ccc" placeholder="填写您需要的内容"></textarea>
|
|
<view class="height100"></view>
|
|
<view class="height100"></view>
|
|
<view class="btn" catchtap="cash">提交</view>
|
|
</view> |