query.wxml 956 B

1
  1. <view id="myApp" class="data-v-cc6f61b2"><view class="information data-v-cc6f61b2"><form name="myform" class="data-v-cc6f61b2"><view class="input data-v-cc6f61b2"><view class="img data-v-cc6f61b2"><image src="{{$root.m0}}" class="_img data-v-cc6f61b2"></image></view><input type="text" placeholder="请输入会员姓名" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e" class="data-v-cc6f61b2"/></view><view class="input data-v-cc6f61b2"><view class="img data-v-cc6f61b2"><image src="{{$root.m1}}" class="_img data-v-cc6f61b2"></image></view><input type="text" placeholder="请输入会员身份证号" data-event-opts="{{[['input',[['__set_model',['','idcard','$event',[]]]]]]}}" value="{{idcard}}" bindinput="__e" class="data-v-cc6f61b2"/></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="button data-v-cc6f61b2" bindtap="__e">立即查询</view></form></view></view>