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ů.
|
123456789101112 |
- <!--pages/getMerchant/index.wxml-->
- <view class='box'>
- <view class='top'>
- <view class='footer'>
- <text>手机号</text>
- <input placeholder='请输入' type='number' bindinput="getList"></input>
- </view>
- </view>
-
- <button class='sub-button' bindtap='submitForm'>提交</button>
- </view>
-
|