抖音b端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12 řádky
328 B

  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>