footer.wxml 391 B

123456789
  1. <template name="foot">
  2. <view class="page__hd">
  3. <view class="bottom_title">北京斑羚在线网络科技有限公司 </view>
  4. <view class="bottom_title" data-mobile="010-85795663" bindtap="call"> 010-85795663</view>
  5. <!--<view class="bottom_title">
  6. <contact-button type="default-light" size="20" session-from="weapp"></contact-button>
  7. </view>-->
  8. </view>
  9. </template>