contact.wxml 412 B

12345678910111213
  1. <view class="contact-bg" hidden="{{hidden}}" bindtap="cancel">
  2. <view animation="{{animation}}">
  3. <view>
  4. <text>请于周一至周五的9:00-12:00, 13:30-17:30呼叫
  5. 其他时间拨打可能无人接听</text>
  6. </view>
  7. <view></view>
  8. <view bindtap="call">呼叫</view>
  9. <view></view>
  10. <view bindtap="cancel">取消</view>
  11. <view hidden="{{showHeight == 0}}"></view>
  12. </view>
  13. </view>