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.

12 lines
630B

  1. <!--pages/home/home.wxml-->
  2. <view class="container">
  3. <image class="bg" src="../../static/home/bg.jpg" mode="aspectFill"></image>
  4. <image class="logo" src="../../static/home/logo.png"></image>
  5. <view class="fromBox">
  6. <form bindsubmit="check">
  7. <input name="code" maxlength="6" placeholder="请输入券码" placeholder-class="inputPlaceholder" style="margin-top:138rpx;" />
  8. <input name="phone" maxlength="11" placeholder="手机号核销" placeholder-class="inputPlaceholder" type="number" />
  9. <button class="query {{isQuerying?'select':''}}" form-type="submit">查询</button>
  10. </form>
  11. </view>
  12. </view>