other.wxml 325 B

12345678
  1. <form bindsubmit="setGpsRate" class="form">
  2. <view class="form-item">
  3. <view class="form-item-label">定位频率:</view>
  4. <input type="text" value="{{gpsRate}}" name="gpsRate" placeholder="小时" class="form-item-input-normal"></input>
  5. </view>
  6. <button class="button-normal" form-type="submit">保存</button>
  7. </form>