|
|
|
|
<view class="container">
|
|
|
|
|
<view class="service-header">
|
|
|
|
|
<text class="service-title">客服中心</text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="service-content">
|
|
|
|
|
<view class="service-item">
|
|
|
|
|
<view class="service-icon">
|
|
|
|
|
<text>📞</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="service-info">
|
|
|
|
|
<text class="service-name">电话客服</text>
|
|
|
|
|
<text class="service-desc">周一至周日 9:00-18:00</text>
|
|
|
|
|
</view>
|
|
|
|
|
<button class="call-button" open-type="makePhoneCall" phone-number="400-123-4567">呼叫</button>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="service-item">
|
|
|
|
|
<view class="service-icon">
|
|
|
|
|
<text>💬</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="service-info">
|
|
|
|
|
<text class="service-name">在线客服</text>
|
|
|
|
|
<text class="service-desc">24小时在线为您服务</text>
|
|
|
|
|
</view>
|
|
|
|
|
<button class="chat-button" bindtap="startOnlineChat">在线咨询</button>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="service-item">
|
|
|
|
|
<view class="service-icon">
|
|
|
|
|
<text>📧</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="service-info">
|
|
|
|
|
<text class="service-name">邮箱客服</text>
|
|
|
|
|
<text class="service-desc">service@example.com</text>
|
|
|
|
|
</view>
|
|
|
|
|
<button class="email-button" bindtap="sendEmail">发送邮件</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|