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.
23 lines
1.0 KiB
23 lines
1.0 KiB
<view class="ad_popError" wx:if="{{popErrorMsg}}">{{popErrorMsg}}</view>
|
|
<form bindsubmit="bindFormSubmit" data-item='{{product}}'>
|
|
<!-- <textarea placeholder="请在此写下您的其他需求......" name="textarea" value='{{remark}}'/> -->
|
|
<view class='detailBox'>
|
|
<view class='box'>
|
|
<view class='text'>手机号:</view>
|
|
<view class='icon-note'>
|
|
<input class='note' name="mobile" placeholder='注册或绑定手机号' bindinput='inputMobile'/>
|
|
</view>
|
|
</view>
|
|
<view class='line'></view>
|
|
<view class='box'>
|
|
<view class='text'>动态码:</view>
|
|
<view class='icon-note'>
|
|
<view class='note code-note'>
|
|
<input class='note' name="code" placeholder='短信动态码' bindinput='inputCode'/>
|
|
</view>
|
|
<button class='getCode' bindtap='getCode' data-item=''>{{text==''?'获取动态码':text}} </button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<button class='subBtn' form-type="submit" open-type='getUserInfo' bindtap='bindFormSubmit'> 登录 </button>
|
|
</form>
|