getphone.wxml 436 Bytes
<view class="all_page">
  <view class="content">
     <view><image class='logo' src="{{imghots+store.store_logo}}"> </image></view>
     <view class="title">{{store.store_name}}</view>
     <view>{{store.store_desc}}</view>
     <button class="btn"  open-type="getPhoneNumber" bindgetphonenumber="getphone">绑定会员</button>
     <text class="btn2" bindtap="cancle_bind">暂不绑定</text>
  </view>
</view>
<warn id="warn"></warn>