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.
 

19 lines
749 B

<image class='img1' src='/imgs/tuceng.png'>
</image>
<view class='view2' wx:if="{{showCustomerChoise}}">
<picker class='customerPicker' mode="selector" range="{{array}}" value="{{array[index].Name}}" range-key="Name" bindchange="listenerPickerSelected">
<text>{{array[index].Name}}</text>
</picker>
</view>
<view class='view2'>
<input class='input' placeholder='请输入手机号' type='number' bindinput="phoneNum" maxlength="11"></input>
</view>
<!-- <button class='denglu' >获取授权</button> -->
<button open-type="getUserInfo" bindgetuserinfo="getUserInfo" class='denglu'>绑定</button>
<!-- <button catchtap='bindPublicNumber' class='denglu'>关注公众号</button> -->
<official-account class="wxmp"></official-account>