index.wxml 574 B

12345678910
  1. <!-- 自定义头部 -->
  2. <My_navBar></My_navBar>
  3. <view style="position: absolute; top: 48%; width: 100vw; padding: 0 150rpx; box-sizing: border-box;">
  4. <van-button plain type="primary" size="large" color='#4BBECF' bindtap="onClose">联系客服</van-button>
  5. </view>
  6. <van-dialog use-slot title="在线客服" show="{{ show }}" confirmButtonText='呼叫' show-cancel-button bind:close="onClose" bind:confirm="CallOut" confirm-button-color="#4BBECF">
  7. <view style="text-align: center; height: 150rpx; line-height: 150rpx;">请联系:{{phoneNumber}}</view>
  8. </van-dialog>