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