抖音b端
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.

123456789101112
  1. <!--pages/getMerchant/index.wxml-->
  2. <view class='box'>
  3. <view class='top'>
  4. <view class='footer'>
  5. <text>手机号</text>
  6. <input placeholder='请输入' type='number' bindinput="getList"></input>
  7. </view>
  8. </view>
  9. <button class='sub-button' bindtap='submitForm'>提交</button>
  10. </view>